sun.io
Class ByteToCharCp874

java.lang.Object
  extended by sun.io.ByteToCharConverter
      extended by sun.io.ByteToCharSingleByte
          extended by sun.io.ByteToCharCp874

public class ByteToCharCp874
extends ByteToCharSingleByte

A table to convert Cp874 to Unicode


Field Summary
 
Fields inherited from class sun.io.ByteToCharConverter
badInputLength, byteOff, charOff, subChars, subMode
 
Constructor Summary
ByteToCharCp874()
           
 
Method Summary
 String getCharacterEncoding()
          Returns the character set id for the conversion
 
Methods inherited from class sun.io.ByteToCharSingleByte
convert, flush, getByteToCharTable, getUnicode, 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
 

Constructor Detail

ByteToCharCp874

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