Represents an in-memory input byte stream. Plus de détails...
#include <arcane/utils/internal/json/rapidjson/memorystream.h>
Types publics | |
typedef char | Ch |
Fonctions membres publiques | |
MemoryStream (const Ch *src, size_t size) | |
Ch | Peek () const |
Ch | Take () |
size_t | Tell () const |
Ch * | PutBegin () |
void | Put (Ch) |
void | Flush () |
size_t | PutEnd (Ch *) |
const Ch * | Peek4 () const |
Attributs publics | |
const Ch * | src_ |
Current read position. | |
const Ch * | begin_ |
Original head of the string. | |
const Ch * | end_ |
End of stream. | |
size_t | size_ |
Size of the stream. | |
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:
Définition à la ligne 41 du fichier memorystream.h.
typedef char MemoryStream::Ch |
Définition à la ligne 42 du fichier memorystream.h.
|
inline |
Définition à la ligne 44 du fichier memorystream.h.
|
inline |
Définition à la ligne 52 du fichier memorystream.h.
|
inline |
Définition à la ligne 46 du fichier memorystream.h.
|
inline |
Définition à la ligne 56 du fichier memorystream.h.
|
inline |
Définition à la ligne 51 du fichier memorystream.h.
|
inline |
Définition à la ligne 50 du fichier memorystream.h.
|
inline |
Définition à la ligne 53 du fichier memorystream.h.
|
inline |
Définition à la ligne 47 du fichier memorystream.h.
|
inline |
Définition à la ligne 48 du fichier memorystream.h.
const Ch* MemoryStream::begin_ |
Original head of the string.
Définition à la ligne 61 du fichier memorystream.h.
const Ch* MemoryStream::end_ |
End of stream.
Définition à la ligne 62 du fichier memorystream.h.
size_t MemoryStream::size_ |
Size of the stream.
Définition à la ligne 63 du fichier memorystream.h.
const Ch* MemoryStream::src_ |
Current read position.
Définition à la ligne 60 du fichier memorystream.h.