sun.io
Class ByteToCharCp860

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

public class ByteToCharCp860
extends ByteToCharSingleByte

A table to convert Cp860 to Unicode


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

ByteToCharCp860

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