|
||||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--CharsetDecoder | +--AsciiDecoderin Charset.h
Constructor Summary | |
AsciiDecoder()
|
Method Summary | |
static String |
decode( const char* str, size_t len =( size_t )-1 )
|
protected virtual int |
toWideChar( const byte_t* s, size_t n, ucs4_t* pwc )
|
Methods inherited from class CharsetDecoder |
decode, getDecodedLength, decode, decode, toWideChar |
Methods inherited from class Object |
toString, destroy, className, isInstanceOf, typeInfo |
Constructor Detail |
public AsciiDecoder();
Method Detail |
public static String decode( const char* str, size_t len =( size_t )-1 );
protected virtual int toWideChar( const byte_t* s, size_t n, ucs4_t* pwc );
|
||||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |