sun.io
Class CharToByteBig5

java.lang.Object
  extended by sun.io.CharToByteConverter
      extended by sun.io.CharToByteDoubleByte
          extended by sun.io.CharToByteBig5
Direct Known Subclasses:
CharToByteMS950

public class CharToByteBig5
extends CharToByteDoubleByte

Tables and data to convert Unicode to Big5


Field Summary
 
Fields inherited from class sun.io.CharToByteDoubleByte
badInputLength, highHalfZoneCode
 
Fields inherited from class sun.io.CharToByteConverter
byteOff, charOff, subBytes, subMode
 
Constructor Summary
CharToByteBig5()
           
 
Method Summary
 String getCharacterEncoding()
          Returns the character set id for the conversion.
 
Methods inherited from class sun.io.CharToByteDoubleByte
canConvert, convert, convSingleByte, flush, getMaxBytesPerChar, getNative, reset
 
Methods inherited from class sun.io.CharToByteConverter
convertAll, convertAny, flushAny, getBadInputLength, getConverter, getDefault, nextByteIndex, nextCharIndex, setSubstitutionBytes, setSubstitutionMode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CharToByteBig5

public CharToByteBig5()
Method Detail

getCharacterEncoding

public String getCharacterEncoding()
Description copied from class: CharToByteConverter
Returns the character set id for the conversion.

Specified by:
getCharacterEncoding in class CharToByteConverter