All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.io.ByteToCharCp1255

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

public class ByteToCharCp1255
extends ByteToCharSingleByte
A table to convert code page 1255 to Unicode


Constructor Index

 o ByteToCharCp1255()

Method Index

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

Constructors

 o ByteToCharCp1255
 public ByteToCharCp1255()

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