bes
Updated for version 3.20.6
|
Represents an in-memory input byte stream. More...
#include <memorystream.h>
Public Types | |
typedef char | Ch |
typedef char | Ch |
Public Attributes | |
const Ch * | begin_ |
Original head of the string. More... | |
const Ch * | end_ |
End of stream. More... | |
size_t | size_ |
Size of the stream. More... | |
const Ch * | src_ |
Current read position. More... | |
Represents an in-memory input byte stream.
This class is mainly for being wrapped by EncodedInputStream or AutoUTFInputStream.
It is similar to FileReadBuffer but the source is an in-memory buffer instead of a file.
Differences between MemoryStream and StringStream:
Definition at line 40 of file cmr_module/rapidjson/memorystream.h.
const Ch * MemoryStream::begin_ |
Original head of the string.
Definition at line 60 of file cmr_module/rapidjson/memorystream.h.
const Ch * MemoryStream::end_ |
End of stream.
Definition at line 61 of file cmr_module/rapidjson/memorystream.h.
size_t MemoryStream::size_ |
Size of the stream.
Definition at line 62 of file cmr_module/rapidjson/memorystream.h.
const Ch * MemoryStream::src_ |
Current read position.
Definition at line 59 of file cmr_module/rapidjson/memorystream.h.