Create a Utf8ReaderWrapper that holds the specified reader. 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.
Declared in <balxml_utf8readerwrapper.h>
explicit
Utf8ReaderWrapper(
Reader* reader,
bslma::Allocator* basicAllocator = 0);