sun.io
Class ByteToCharCp857

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

public class ByteToCharCp857
extends ByteToCharSingleByte

A table to convert Cp857 to Unicode


Field Summary
 
Fields inherited from class sun.io.ByteToCharConverter
badInputLength, byteOff, charOff, subChars, subMode
 
Constructor Summary
ByteToCharCp857()
           
 
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

ByteToCharCp857

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