Create a Utf8ReaderWrapper that holds the specified reader.
Declared in <balxml_utf8readerwrapper.h>
explicit
Utf8ReaderWrapper(
Reader* reader,
bslma::Allocator* basicAllocator = 0);
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.
| Name | Description |
|---|---|
| reader | reader to hold and wrap |
| basicAllocator | memory allocator used to supply memory |