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

Public Types | |
| typedef CharType | Ch |
Public Member Functions | |
| AutoUTFInputStream (InputByteStream &is, UTFType type=kUTF8) | |
| Constructor. | |
| void | Flush () |
| UTFType | GetType () const |
| bool | HasBOM () const |
| Ch | Peek () const |
| void | Put (Ch) |
| Ch * | PutBegin () |
| size_t | PutEnd (Ch *) |
| Ch | Take () |
| size_t | Tell () const |
Input stream wrapper with dynamically bound encoding and automatic encoding detection.
| CharType | Type of character for reading. |
| InputByteStream | type of input byte stream to be wrapped. |
Definition at line 135 of file encodedstream.h.
| typedef CharType AutoUTFInputStream< CharType, InputByteStream >::Ch |
Definition at line 138 of file encodedstream.h.
|
inline |
Constructor.
| is | input stream to be wrapped. |
| type | UTF encoding type if it is not detected from the stream. |
Definition at line 145 of file encodedstream.h.
|
inline |
Definition at line 162 of file encodedstream.h.
|
inline |
Definition at line 153 of file encodedstream.h.
|
inline |
Definition at line 154 of file encodedstream.h.
|
inline |
Definition at line 156 of file encodedstream.h.
|
inline |
Definition at line 161 of file encodedstream.h.
|
inline |
Definition at line 163 of file encodedstream.h.
|
inline |
Definition at line 164 of file encodedstream.h.
|
inline |
Definition at line 157 of file encodedstream.h.
|
inline |
Definition at line 158 of file encodedstream.h.