org.kde.qt

Class QSjisCodec

public class QSjisCodec extends QTextCodec

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

QSjisCodec

protected QSjisCodec(Class dummy)

QSjisCodec

public QSjisCodec()

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)