#include <URLDecoder.h>
Inheritance diagram for acdk::net::URLDecoder:
Public Member Functions | |
URLDecoder (IN(acdk::locale::REncoding) encoding, acdk::locale::CodingErrorAction onMalformed=acdk::locale::ReportCodingError, acdk::locale::CodingErrorAction onUnmappable=acdk::locale::ReportCodingError) | |
URLDecoder (acdk::locale::CodingErrorAction onMalformed=acdk::locale::ReportCodingError, acdk::locale::CodingErrorAction onUnmappable=acdk::locale::ReportCodingError) | |
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 Private Member Functions | |
int | unhex (char c) |
|
|
|
|
|
decodes a string from one encoding to another
Implements acdk::locale::Decoder. |
|
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. |
|
|