sun.io
Class ByteToCharMacCentralEurope

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

public class ByteToCharMacCentralEurope
extends ByteToCharSingleByte

A table to convert MacCentralEurope to Unicode


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

ByteToCharMacCentralEurope

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