Public Member Functions | |
void | char8 (void *dst, uint count) |
void | char16 (void *dst, uint count) |
void | char32 (void *dst, uint count) |
An appropriate IStringDecoder should be attached to each IReader, and thus be available for subsequent use. A raw binary implementation is attached by default (no decoding at all).
Note that the 'count' argument is the number of bytes available in the 'dst' buffer. The decoders are expected to fill exactly that amount, or throw an exception.
Definition at line 80 of file IReader.d.
|
Referenced by AbstractReader::setStringDecoder(). |
|
Referenced by AbstractReader::setStringDecoder(). |
|
Referenced by AbstractReader::setStringDecoder(). |