org.kde.qt
Class QJisCodec

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

public class QJisCodec
extends QTextCodec


Constructor Summary
  QJisCodec()
           
protected QJisCodec(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 mimeName()
           
 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, 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

QJisCodec

protected QJisCodec(java.lang.Class dummy)

QJisCodec

public QJisCodec()
Method Detail

mibEnum

public int mibEnum()
Overrides:
mibEnum in class QTextCodec

name

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

mimeName

public java.lang.String mimeName()
Overrides:
mimeName 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?