org.kde.qt

Class QHebrewCodec

public class QHebrewCodec extends QTextCodec

Constructor Summary
protected QHebrewCodec(Class dummy)
QHebrewCodec()
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)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
intmibEnum()
StringmimeName()
Stringname()
StringtoUnicode(String chars, int len)

Constructor Detail

QHebrewCodec

protected QHebrewCodec(Class dummy)

QHebrewCodec

public QHebrewCodec()

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)

isDisposed

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

mibEnum

public int mibEnum()

mimeName

public String mimeName()

name

public String name()

toUnicode

public String toUnicode(String chars, int len)