bes
Updated for version 3.20.6
|
File byte stream for input using fread(). More...
#include <filereadstream.h>
Public Types | |
typedef char | Ch |
Character type (byte). More... | |
typedef char | Ch |
Character type (byte). More... | |
Public Member Functions | |
FileReadStream (std::FILE *fp, char *buffer, size_t bufferSize) | |
Constructor. More... | |
FileReadStream (std::FILE *fp, char *buffer, size_t bufferSize) | |
Constructor. More... | |
void | Flush () |
void | Flush () |
Ch | Peek () const |
Ch | Peek () const |
const Ch * | Peek4 () const |
const Ch * | Peek4 () const |
void | Put (Ch) |
void | Put (Ch) |
Ch * | PutBegin () |
Ch * | PutBegin () |
size_t | PutEnd (Ch *) |
size_t | PutEnd (Ch *) |
Ch | Take () |
Ch | Take () |
size_t | Tell () const |
size_t | Tell () const |
File byte stream for input using fread().
Definition at line 34 of file cmr_module/rapidjson/filereadstream.h.
typedef char FileReadStream::Ch |
Character type (byte).
Definition at line 36 of file cmr_module/rapidjson/filereadstream.h.
typedef char FileReadStream::Ch |
Character type (byte).
Definition at line 36 of file dmrpp_module/xml2json/include/rapidjson/filereadstream.h.
|
inline |
Constructor.
fp | File pointer opened for read. |
buffer | user-supplied buffer. |
bufferSize | size of buffer in bytes. Must >=4 bytes. |
Definition at line 44 of file cmr_module/rapidjson/filereadstream.h.
|
inline |
Constructor.
fp | File pointer opened for read. |
buffer | user-supplied buffer. |
bufferSize | size of buffer in bytes. Must >=4 bytes. |
Definition at line 44 of file dmrpp_module/xml2json/include/rapidjson/filereadstream.h.