rapidjson::FileStream
Engine/source/persistence/rapidjson/filestream.h
(Depreciated) Wrapper of C file stream for input or output.
Public Types
char
Ch
Character type. Only support char.
Public Functions
Detailed Description
(Depreciated) Wrapper of C file stream for input or output.
This simple wrapper does not check the validity of the stream.
Deprecated: { This was only for basic testing in version 0.1, it is found that the performance is very low by using fgetc(). Use FileReadStream instead. }