All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.io.ByteToChar8859_4

java.lang.Object
   |
   +----sun.io.ByteToCharConverter
           |
           +----sun.io.ByteToCharSingleByte
                   |
                   +----sun.io.ByteToChar8859_4

public class ByteToChar8859_4
extends ByteToCharSingleByte
A table to convert 8859-4 to Unicode


Constructor Index

 o ByteToChar8859_4()

Method Index

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

Constructors

 o ByteToChar8859_4
 public ByteToChar8859_4()

Methods

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

Overrides:
getCharacterEncoding in class ByteToCharConverter

All Packages  Class Hierarchy  This Package  Previous  Next  Index