![]() |
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции | ![]() |
The QTextEncoder class provides a state-based encoder. Далее...
#include <QTextEncoder>
Замечание: Все функции в этом классе реентерабельны.
The QTextEncoder class provides a state-based encoder.
A text encoder converts text from Unicode into an encoded text format using a specific codec.
The encoder converts Unicode into another format, remembering any state that is required between calls.
See also QTextCodec::makeEncoder() and QTextDecoder.
Constructs a text encoder for the given codec.
Destroys the encoder.
Converts the Unicode string str into an encoded QByteArray.
Это перегруженная функция, предоставленная для удобства.
Converts len characters (not bytes) from uc, and returns the result in a QByteArray.
Это перегруженная функция, предоставленная для удобства.
Converts lenInOut characters (not bytes) from uc, and returns the result in a QByteArray. The number of characters read is returned in the lenInOut parameter.
Copyright © 2008 Trolltech | Торговые марки | Qt 4.3.5 |