org.kde.qt
public class QTsciiCodec extends QTextCodec
Constructor Summary | |
---|---|
protected | QTsciiCodec(Class dummy) |
QTsciiCodec() |
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? |
int | mibEnum() |
String | name() |
String | toUnicode(String chars, int len) |