Create a Utf8ReaderWrapper that holds the specified reader.

Synopsis

Declared in <balxml_utf8readerwrapper.h>

explicit
Utf8ReaderWrapper(
    Reader* reader,
    bslma::Allocator* basicAllocator = 0);

Description

Optionally specify a basicAllocator used to supply memory. If basicAllocator is 0, the currently installed default allocator is used. The behavior is undefined unless reader has never been opened or closed.

Parameters

Name

Description

reader

reader to hold and wrap

basicAllocator

memory allocator used to supply memory

Created with MrDocs