com.ibm.icu4jni.converters
Class ByteToCharGB18030

java.lang.Object
  |
  +--sun.io.ByteToCharConverter
        |
        +--com.ibm.icu4jni.converters.ByteToCharConverterICU
              |
              +--com.ibm.icu4jni.converters.ByteToCharGB18030

public class ByteToCharGB18030
extends ByteToCharConverterICU


Field Summary
 
Fields inherited from class sun.io.ByteToCharConverter
badInputLength, byteOff, charOff, subChars, subMode
 
Constructor Summary
ByteToCharGB18030()
          Create an instance of ByteToCharGB18030 converter
 
Method Summary
protected  void finalize()
          finalize method
 
Methods inherited from class com.ibm.icu4jni.converters.ByteToCharConverterICU
clone, convert, createConverter, flush, getBadInputLength, getCharacterEncoding, getMaxCharsPerByte, getSubChars, reset, setSubstitutionChars, setSubstitutionMode
 
Methods inherited from class sun.io.ByteToCharConverter
convertAll, getConverter, getDefault, nextByteIndex, nextCharIndex, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ByteToCharGB18030

public ByteToCharGB18030()
                  throws java.io.UnsupportedEncodingException
Create an instance of ByteToCharGB18030 converter

Throws:
java.io.UnsupportedEncodingException - if the converter could not be opened
Status:
Internal. This API is Internal Only and can change at any time.
Method Detail

finalize

protected void finalize()
                 throws java.lang.Throwable
finalize method

Overrides:
finalize in class ByteToCharConverterICU
Throws:
java.lang.Throwable - exception thrown by super class' finalize method
Status:
Internal. This API is Internal Only and can change at any time.