org.kde.qt

Class QBig5Codec

public class QBig5Codec extends QTextCodec

Constructor Summary
protected QBig5Codec(Class dummy)
QBig5Codec()
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

QBig5Codec

protected QBig5Codec(Class dummy)

QBig5Codec

public QBig5Codec()

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)