sun.io
Class CharToByteCp1006

java.lang.Object
  extended by sun.io.CharToByteConverter
      extended by sun.io.CharToByteSingleByte
          extended by sun.io.CharToByteCp1006

public class CharToByteCp1006
extends sun.io.CharToByteSingleByte

Tables and data to convert Unicode to Cp1006


Field Summary
 
Fields inherited from class sun.io.CharToByteSingleByte
mask1, mask2, shift
 
Fields inherited from class sun.io.CharToByteConverter
badInputLength, byteOff, charOff, subBytes, subMode
 
Constructor Summary
CharToByteCp1006()
           
 
Method Summary
 String getCharacterEncoding()
          Returns the character set id for the conversion.
 
Methods inherited from class sun.io.CharToByteSingleByte
canConvert, convert, flush, getIndex1, getIndex2, 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

CharToByteCp1006

public CharToByteCp1006()
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