org.kde.qt
Class QGbkCodec

java.lang.Object
  extended by org.kde.qt.QTextCodec
      extended by org.kde.qt.QGb18030Codec
          extended by org.kde.qt.QGbkCodec
All Implemented Interfaces:
QtSupport

public class QGbkCodec
extends QGb18030Codec


Constructor Summary
  QGbkCodec()
           
protected QGbkCodec(java.lang.Class dummy)
           
 
Method Summary
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
protected  void finalize()
          Deletes the wrapped C++ instance
 java.lang.String fromUnicode(java.lang.String uc, int[] lenInOut)
           
 int heuristicContentMatch(java.lang.String chars, int len)
           
 int heuristicNameMatch(java.lang.String hint)
           
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
 QTextDecoder makeDecoder()
           
 int mibEnum()
           
 java.lang.String name()
           
 java.lang.String toUnicode(java.lang.String chars, int len)
           
 
Methods inherited from class org.kde.qt.QTextCodec
canEncode, canEncode, characterFromUnicode, codecForContent, codecForCStrings, codecForIndex, codecForLocale, codecForMib, codecForName, codecForName, codecForTr, deleteAllCodecs, fromUnicode, fromUnicode, loadCharmap, loadCharmapFile, locale, makeEncoder, mimeName, setCodecForCStrings, setCodecForLocale, setCodecForTr, toUnicode, toUnicode, toUnicode
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QGbkCodec

protected QGbkCodec(java.lang.Class dummy)

QGbkCodec

public QGbkCodec()
Method Detail

mibEnum

public int mibEnum()
Overrides:
mibEnum in class QGb18030Codec

name

public java.lang.String name()
Overrides:
name in class QGb18030Codec

makeDecoder

public QTextDecoder makeDecoder()
Overrides:
makeDecoder in class QGb18030Codec

fromUnicode

public java.lang.String fromUnicode(java.lang.String uc,
                                    int[] lenInOut)
Overrides:
fromUnicode in class QGb18030Codec

toUnicode

public java.lang.String toUnicode(java.lang.String chars,
                                  int len)
Overrides:
toUnicode in class QGb18030Codec

heuristicContentMatch

public int heuristicContentMatch(java.lang.String chars,
                                 int len)
Overrides:
heuristicContentMatch in class QGb18030Codec

heuristicNameMatch

public int heuristicNameMatch(java.lang.String hint)
Overrides:
heuristicNameMatch in class QGb18030Codec

finalize

protected void finalize()
                 throws java.lang.InternalError
Deletes the wrapped C++ instance

Overrides:
finalize in class QGb18030Codec
Throws:
java.lang.InternalError

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

Overrides:
dispose in class QGb18030Codec

isDisposed

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

Overrides:
isDisposed in class QGb18030Codec