org.kde.qt

Class QEucKrCodec

public class QEucKrCodec extends QTextCodec

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

Constructor Detail

QEucKrCodec

protected QEucKrCodec(Class dummy)

QEucKrCodec

public QEucKrCodec()

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()

mimeName

public String mimeName()

name

public String name()

toUnicode

public String toUnicode(String chars, int len)