#include <CEscapeEncoding.h>
Inheritance diagram for acdk::locale::CEscapeDecoder:
Public Member Functions | |
CEscapeDecoder (IN(REncoding) encoding, CodingErrorAction onMalformed=ReportCodingError, CodingErrorAction onUnmappable=ReplaceCodingError) | |
virtual int | decodeToChar (IN(acdk::io::RReader) in) |
decodes one char | |
virtual RString | decodeToString (IN(acdk::io::RReader) in, int stopOn=-1) |
decodes from a byte stream to a string. | |
virtual RString | decode (IN(RString) str) |
decodes a string from one encoding to another | |
Static Public Member Functions | |
int | decodeEscapeByte (byte b) |
decodes a byte escaped via leading '\' |
|
|
|
decodes a string from one encoding to another
Implements acdk::locale::Decoder. |
|
decodes a byte escaped via leading '\'
|
|
decodes one char
Implements acdk::locale::Decoder. |
|
decodes from a byte stream to a string. In normal cases the String contains a Ascii encoding if only 7bit character are in the byte stream.
Implements acdk::locale::Decoder. |