Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

dcl
Class AsciiDecoder

Object
   |
   +--CharsetDecoder
         |
         +--AsciiDecoder

   in Charset.h

class AsciiDecoder
extends CharsetDecoder


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

AsciiDecoder

public AsciiDecoder();


Method Detail

decode

public static String decode( const char* str, size_t len =( size_t )-1 );

toWideChar

protected virtual int toWideChar( const byte_t* s, size_t n, ucs4_t* pwc );

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD