public class

ByteToCharCp1144

extends ByteToCharCp280
java.lang.Object
   ↳ sun.io.ByteToCharConverter
     ↳ sun.io.ByteToCharSingleByte
       ↳ sun.io.ByteToCharCp280
         ↳ sun.io.ByteToCharCp1144

Class Overview

A table to convert Cp1144 to Unicode. This converter differs from Cp280 is one code point, 0x9F, which changes from ¤ to €.

Summary

[Expand]
Inherited Fields
From class sun.io.ByteToCharSingleByte
From class sun.io.ByteToCharConverter
Public Constructors
ByteToCharCp1144()
Public Methods
String getCharacterEncoding()
Returns the character set id for the conversion
Protected Methods
char getUnicode(int byteIndex)
[Expand]
Inherited Methods
From class sun.io.ByteToCharCp280
From class sun.io.ByteToCharSingleByte
From class sun.io.ByteToCharConverter
From class java.lang.Object

Public Constructors

public ByteToCharCp1144 ()

Public Methods

public String getCharacterEncoding ()

Returns the character set id for the conversion

Protected Methods

protected char getUnicode (int byteIndex)