sun.io
Class CharToByteCp943

java.lang.Object
  extended by sun.io.CharToByteConverter
      extended by sun.io.CharToByteDBCS_ASCII
          extended by sun.io.CharToByteCp943

public class CharToByteCp943
extends CharToByteDBCS_ASCII

Tables and data to convert Unicode to Cp943


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

CharToByteCp943

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