org.kde.qt

Class QGb18030Codec

public class QGb18030Codec extends QTextCodec

Constructor Summary
protected QGb18030Codec(Class dummy)
QGb18030Codec()
Method Summary
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
StringfromUnicode(String uc, int[] lenInOut)
intheuristicContentMatch(String chars, int len)
intheuristicNameMatch(String hint)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QTextDecodermakeDecoder()
intmibEnum()
Stringname()
StringtoUnicode(String chars, int len)

Constructor Detail

QGb18030Codec

protected QGb18030Codec(Class dummy)

QGb18030Codec

public QGb18030Codec()

Method Detail

dispose

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

finalize

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

fromUnicode

public String fromUnicode(String uc, int[] lenInOut)

heuristicContentMatch

public int heuristicContentMatch(String chars, int len)

heuristicNameMatch

public int heuristicNameMatch(String hint)

isDisposed

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

makeDecoder

public QTextDecoder makeDecoder()

mibEnum

public int mibEnum()

name

public String name()

toUnicode

public String toUnicode(String chars, int len)