Public Member Functions | |
void | char8 (void *src, uint count) |
void | char16 (void *src, uint count) |
void | char32 (void *src, uint count) |
An appropriate IStringEncoder should be attached to each IWriter, and thus be available for subsequent use. A raw binary implementation is attached by default (no encoding).
Note that the 'count' argument is the number of bytes provided in the 'src' buffer. The decoders are expected to convert exactly that amount, or throw an exception.
Definition at line 90 of file IWriter.d.
|
Referenced by AbstractWriter::setStringEncoder(), testDisplay(), and testTextWriter(). |
|
Referenced by AbstractWriter::setStringEncoder(), testDisplay(), and testTextWriter(). |
|
Referenced by AbstractWriter::setStringEncoder(), testDisplay(), and testTextWriter(). |