Input byte stream wrapper with a statically bound encoding. 更多...
#include <encodedstream.h>
Public 类型 | |
typedef Encoding::Ch | Ch |
Public 成员函数 | |
EncodedInputStream (InputByteStream &is) | |
Ch | Peek () const |
Ch | Take () |
size_t | Tell () const |
void | Put (Ch) |
void | Flush () |
Ch * | PutBegin () |
size_t | PutEnd (Ch *) |
Input byte stream wrapper with a statically bound encoding.