ICU 64.2
64.2
|
C++ API: Interface for writing bytes, and implementation classes. More...
Go to the source code of this file.
Data Structures | |
class | icu::ByteSink |
A ByteSink can be filled with bytes. More... | |
class | icu::CheckedArrayByteSink |
Implementation of ByteSink that writes to a flat byte array, with bounds-checking: This sink will not write more than capacity bytes to outbuf. More... | |
class | icu::StringByteSink< StringClass > |
Implementation of ByteSink that writes to a "string". More... | |
Namespaces | |
icu | |
File coll.h. | |
C++ API: Interface for writing bytes, and implementation classes.
Definition in file bytestream.h.