rapidjson::EncodedInputStream< Encoding, InputByteStream > 模板类 参考

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 *)
 

详细描述

template<typename Encoding, typename InputByteStream>
class rapidjson::EncodedInputStream< Encoding, InputByteStream >

Input byte stream wrapper with a statically bound encoding.

模板参数
EncodingThe interpretation of encoding of the stream. Either UTF8, UTF16LE, UTF16BE, UTF32LE, UTF32BE.
InputByteStreamType of input byte stream. For example, FileReadStream.

该类的文档由以下文件生成: