com.trolltech.qt.core
Class QTextEncoder
java.lang.Object
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.core.QTextEncoder
- All Implemented Interfaces:
- QtJambiInterface
public class QTextEncoder
- extends QtJambiObject
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
.
Methods inherited from class java.lang.Object |
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QTextEncoder
public QTextEncoder(QTextCodec codec)
- Constructs a text encoder for the given codec.
fromUnicode
public final QByteArray fromUnicode(java.lang.String str)
- Converts the Unicode string str into an encoded
QByteArray
.
fromNativePointer
public static QTextEncoder fromNativePointer(QNativePointer nativePointer)
- This method returns the QTextEncoder instance pointed to by nativePointer.