|
bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Input byte stream wrapper with a statically bound encoding. More...
#include <encodedstream.h>


Public Types | |
| typedef Encoding::Ch | Ch |
Public Member Functions | |
| EncodedInputStream (InputByteStream &is) | |
| void | Flush () |
| Ch | Peek () const |
| void | Put (Ch) |
| Ch * | PutBegin () |
| size_t | PutEnd (Ch *) |
| Ch | Take () |
| size_t | Tell () const |
Input byte stream wrapper with a statically bound encoding.
| Encoding | The interpretation of encoding of the stream. Either UTF8, UTF16LE, UTF16BE, UTF32LE, UTF32BE. |
| InputByteStream | Type of input byte stream. For example, FileReadStream. |
Definition at line 39 of file encodedstream.h.
| typedef Encoding::Ch EncodedInputStream< Encoding, InputByteStream >::Ch |
Definition at line 42 of file encodedstream.h.
|
inline |
Definition at line 44 of file encodedstream.h.
|
inline |
Definition at line 54 of file encodedstream.h.
|
inline |
Definition at line 48 of file encodedstream.h.
|
inline |
Definition at line 53 of file encodedstream.h.
|
inline |
Definition at line 55 of file encodedstream.h.
|
inline |
Definition at line 56 of file encodedstream.h.
|
inline |
Definition at line 49 of file encodedstream.h.
|
inline |
Definition at line 50 of file encodedstream.h.