ISLEman
Public Member Functions | List of all members
QTextStatelessDecoder Class Reference
Inheritance diagram for QTextStatelessDecoder:
QTextDecoder

Public Member Functions

 QTextStatelessDecoder (const QTextCodec *)
 
QString toUnicode (const char *chars, int len)
 
- Public Member Functions inherited from QTextDecoder
virtual ~QTextDecoder ()
 

Member Function Documentation

§ toUnicode()

QString QTextStatelessDecoder::toUnicode ( const char *  chars,
int  len 
)
virtual

Converts the first len bytes at chars to Unicode, returning the result.

If not all characters are used (eg. only part of a multi-byte encoding is at the end of the characters), the decoder remembers enough state to continue with the next call to this function.

Implements QTextDecoder.


The documentation for this class was generated from the following file: