com.ibm.icu4jni.converters
Class CharToByteGB18030

java.lang.Object
  |
  +--sun.io.CharToByteConverter
        |
        +--com.ibm.icu4jni.converters.CharToByteConverterICU
              |
              +--com.ibm.icu4jni.converters.CharToByteGB18030

public class CharToByteGB18030
extends CharToByteConverterICU


Field Summary
 
Fields inherited from class sun.io.CharToByteConverter
badInputLength, byteOff, charOff, subBytes, subMode
 
Constructor Summary
CharToByteGB18030()
          Create an instance of CharToByteGB18030 converter
 
Method Summary
protected  void finalize()
          finalize method
 
Methods inherited from class com.ibm.icu4jni.converters.CharToByteConverterICU
canConvert, canConvert, clone, convert, createConverter, flush, getBadInputLength, getCharacterEncoding, getMaxBytesPerChar, reset, setSubstitutionBytes, setSubstitutionMode
 
Methods inherited from class sun.io.CharToByteConverter
convertAll, convertAny, flushAny, getConverter, getDefault, nextByteIndex, nextCharIndex, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CharToByteGB18030

public CharToByteGB18030()
                  throws java.io.UnsupportedEncodingException
Create an instance of CharToByteGB18030 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 CharToByteConverterICU
Throws:
java.lang.Throwable - exception thrown by super class' finalize method
Status:
Internal. This API is Internal Only and can change at any time.