|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::locale::CEscapeDecoder Class Reference#include <CEscapeEncoding.h>
Inheritance diagram for acdk::locale::CEscapeDecoder:
List of all members.
Detailed Description
Please refer to acdk::util::CEscapeEncoding.
Constructor & Destructor Documentation
Member Function Documentation
virtual RString acdk::locale::CEscapeDecoder::decode |
( |
IN(RString) |
str |
) |
[virtual] |
|
int acdk::locale::CEscapeDecoder::decodeEscapeByte |
( |
byte |
b |
) |
[static] |
|
|
decodes a byte escaped via leading '\'
- Returns:
- a ucchar
|
virtual int acdk::locale::CEscapeDecoder::decodeToChar |
( |
IN(acdk::io::RReader) |
in |
) |
[virtual] |
|
|
decodes one char
- Returns:
- return ucchar or -1 if end of file, -2 if input is not mappable
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. - Parameters:
-
in | reader to read from |
stopOn | -1 = until end of string -2 = until internal 0 terminating character (normally '' >= 0 character number to write |
Implements acdk::locale::Decoder. |
|
|