sun.io
Class CharToByteCp1124

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

public class CharToByteCp1124
extends sun.io.CharToByteSingleByte

Tables and data to convert Unicode to Cp1124


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
CharToByteCp1124()
           
 
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

CharToByteCp1124

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