org.kde.qt
Class QBig5Codec

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

public class QBig5Codec
extends QTextCodec


Constructor Summary
  QBig5Codec()
           
protected QBig5Codec(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

QBig5Codec

protected QBig5Codec(java.lang.Class dummy)

QBig5Codec

public QBig5Codec()
Method Detail

mibEnum

public int mibEnum()
Overrides:
mibEnum in class QTextCodec

name

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

makeDecoder

public QTextDecoder makeDecoder()
Overrides:
makeDecoder in class QTextCodec

fromUnicode

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

toUnicode

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

heuristicContentMatch

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

heuristicNameMatch

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

finalize

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

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

dispose

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


isDisposed

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