All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.io.ByteToCharCp1381

java.lang.Object
   |
   +----sun.io.ByteToCharConverter
           |
           +----sun.io.ByteToCharDBCS_ASCII
                   |
                   +----sun.io.ByteToCharCp1381

public class ByteToCharCp1381
extends ByteToCharDBCS_ASCII
Tables and data to convert Cp1381 to Unicode.


Constructor Index

 o ByteToCharCp1381()

Method Index

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

Constructors

 o ByteToCharCp1381
 public ByteToCharCp1381()

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