bes
Updated for version 3.20.8
|
Output byte stream wrapper with statically bound encoding. More...
#include <encodedstream.h>
Public Types | |
typedef Encoding::Ch | Ch |
Public Member Functions | |
EncodedOutputStream (OutputByteStream &os, bool putBOM=true) | |
void | Flush () |
Ch | Peek () const |
void | Put (Ch c) |
Ch * | PutBegin () |
size_t | PutEnd (Ch *) |
Ch | Take () |
size_t | Tell () const |
Output byte stream wrapper with statically bound encoding.
Encoding | The interpretation of encoding of the stream. Either UTF8, UTF16LE, UTF16BE, UTF32LE, UTF32BE. |
OutputByteStream | Type of input byte stream. For example, FileWriteStream. |
Definition at line 100 of file encodedstream.h.