All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.io.CharToByte8859_8

java.lang.Object
   |
   +----sun.io.CharToByteConverter
           |
           +----sun.io.CharToByteSingleByte
                   |
                   +----sun.io.CharToByte8859_8

public class CharToByte8859_8
extends CharToByteSingleByte
Tables and data to convert Unicode to 8859-8


Constructor Index

 o CharToByte8859_8()

Method Index

 o getCharacterEncoding()
Returns the character set id for the conversion.

Constructors

 o CharToByte8859_8
 public CharToByte8859_8()

Methods

 o getCharacterEncoding
 public String getCharacterEncoding()
Returns the character set id for the conversion.

Overrides:
getCharacterEncoding in class CharToByteConverter

All Packages  Class Hierarchy  This Package  Previous  Next  Index