Input stream wrapper with dynamically bound encoding and automatic encoding detection.
More...
#include <encodedstream.h>
template<typename CharType, typename InputByteStream>
class AutoUTFInputStream< CharType, InputByteStream >
Input stream wrapper with dynamically bound encoding and automatic encoding detection.
- Template Parameters
-
CharType | Type of character for reading. |
InputByteStream | type of input byte stream to be wrapped. |
◆ Ch
template<typename CharType , typename InputByteStream >
◆ AutoUTFInputStream()
template<typename CharType , typename InputByteStream >
Constructor.
- Parameters
-
is | input stream to be wrapped. |
type | UTF encoding type if it is not detected from the stream. |
◆ Flush()
template<typename CharType , typename InputByteStream >
◆ GetType()
template<typename CharType , typename InputByteStream >
◆ HasBOM()
template<typename CharType , typename InputByteStream >
◆ Peek()
template<typename CharType , typename InputByteStream >
◆ Put()
template<typename CharType , typename InputByteStream >
◆ PutBegin()
template<typename CharType , typename InputByteStream >
◆ PutEnd()
template<typename CharType , typename InputByteStream >
◆ Take()
template<typename CharType , typename InputByteStream >
◆ Tell()
template<typename CharType , typename InputByteStream >
The documentation for this class was generated from the following file: