sun.io
Class CharToByteISO8859_7

java.lang.Object
  extended by sun.io.CharToByteConverter
      extended by sun.io.CharToByteSingleByte
          extended by sun.io.CharToByteISO8859_7

public class CharToByteISO8859_7
extends sun.io.CharToByteSingleByte

Tables and data to convert Unicode to ISO8859_7


Field Summary
 
Fields inherited from class sun.io.CharToByteSingleByte
mask1, mask2, shift
 
Fields inherited from class sun.io.CharToByteConverter
badInputLength, byteOff, charOff, subBytes, subMode
 
Constructor Summary
CharToByteISO8859_7()
           
 
Method Summary
 String getCharacterEncoding()
          Returns the character set id for the conversion.
 
Methods inherited from class sun.io.CharToByteSingleByte
canConvert, convert, flush, getIndex1, getIndex2, getMaxBytesPerChar, getNative, reset
 
Methods inherited from class sun.io.CharToByteConverter
convertAll, convertAny, flushAny, getBadInputLength, getConverter, getDefault, nextByteIndex, nextCharIndex, setSubstitutionBytes, setSubstitutionMode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CharToByteISO8859_7

public CharToByteISO8859_7()
Method Detail

getCharacterEncoding

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

Specified by:
getCharacterEncoding in class CharToByteConverter