org.kde.qt

Class QUtf16Codec

public class QUtf16Codec extends QTextCodec

Constructor Summary
protected QUtf16Codec(Class dummy)
QUtf16Codec()
Method Summary
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
intheuristicContentMatch(String chars, int len)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QTextDecodermakeDecoder()
QTextEncodermakeEncoder()
intmibEnum()
Stringname()

Constructor Detail

QUtf16Codec

protected QUtf16Codec(Class dummy)

QUtf16Codec

public QUtf16Codec()

Method Detail

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

heuristicContentMatch

public int heuristicContentMatch(String chars, int len)

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

makeDecoder

public QTextDecoder makeDecoder()

makeEncoder

public QTextEncoder makeEncoder()

mibEnum

public int mibEnum()

name

public String name()