Output byte stream wrapper with statically bound encoding. 更多...
#include <encodedstream.h>
Public 类型 | |
typedef Encoding::Ch | Ch |
Public 成员函数 | |
EncodedOutputStream (OutputByteStream &os, bool putBOM=true) | |
void | Put (Ch c) |
void | Flush () |
Ch | Peek () const |
Ch | Take () |
size_t | Tell () const |
Ch * | PutBegin () |
size_t | PutEnd (Ch *) |
Output byte stream wrapper with statically bound encoding.