org.kde.qt
public class QJisCodec extends QTextCodec
| Constructor Summary | |
|---|---|
| protected | QJisCodec(Class dummy) |
| QJisCodec() | |
| Method Summary | |
|---|---|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| String | fromUnicode(String uc, int[] lenInOut) |
| int | heuristicContentMatch(String chars, int len) |
| int | heuristicNameMatch(String hint) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QTextDecoder | makeDecoder() |
| int | mibEnum() |
| String | mimeName() |
| String | name() |
| String | toUnicode(String chars, int len) |