org.kde.qt

Class QTsciiCodec

public class QTsciiCodec extends QTextCodec

Constructor Summary
protected QTsciiCodec(Class dummy)
QTsciiCodec()
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?
intmibEnum()
Stringname()
StringtoUnicode(String chars, int len)

Constructor Detail

QTsciiCodec

protected QTsciiCodec(Class dummy)

QTsciiCodec

public QTsciiCodec()

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?

mibEnum

public int mibEnum()

name

public String name()

toUnicode

public String toUnicode(String chars, int len)