sun.io
Class ByteToCharCp943C

java.lang.Object
  extended by sun.io.ByteToCharConverter
      extended by sun.io.ByteToCharDBCS_ASCII
          extended by sun.io.ByteToCharCp943C

public class ByteToCharCp943C
extends ByteToCharDBCS_ASCII


Field Summary
protected static short[] index1
           
protected static String index2
           
protected static boolean[] leadByte
           
protected static int mask1
           
protected static int mask2
           
protected static int shift
           
protected static String singleByteToChar
           
 
Fields inherited from class sun.io.ByteToCharConverter
badInputLength, byteOff, charOff, subChars, subMode
 
Method Summary
 String getCharacterEncoding()
          Returns the character set id for the conversion
 
Methods inherited from class sun.io.ByteToCharDBCS_ASCII
convert, flush, reset
 
Methods inherited from class sun.io.ByteToCharConverter
convertAll, getBadInputLength, getConverter, getDefault, getMaxCharsPerByte, nextByteIndex, nextCharIndex, setSubstitutionChars, setSubstitutionMode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

singleByteToChar

protected static final String singleByteToChar

leadByte

protected static final boolean[] leadByte

index1

protected static final short[] index1

index2

protected static final String index2

mask1

protected static final int mask1

mask2

protected static final int mask2

shift

protected static final int shift
Method Detail

getCharacterEncoding

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

Specified by:
getCharacterEncoding in class ByteToCharConverter