public class

ByteToCharCp858

extends ByteToCharCp850
java.lang.Object
   ↳ sun.io.ByteToCharConverter
     ↳ sun.io.ByteToCharSingleByte
       ↳ sun.io.ByteToCharCp850
         ↳ sun.io.ByteToCharCp858

Class Overview

A table to convert Cp858 to Unicode. This converter differs from Cp850 is one code point, 0xD5, which changes from ı to €.

Summary

[Expand]
Inherited Fields
From class sun.io.ByteToCharSingleByte
From class sun.io.ByteToCharConverter
Public Constructors
ByteToCharCp858()
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.ByteToCharCp850
From class sun.io.ByteToCharSingleByte
From class sun.io.ByteToCharConverter
From class java.lang.Object

Public Constructors

public ByteToCharCp858 ()

Public Methods

public String getCharacterEncoding ()

Returns the character set id for the conversion

Protected Methods

protected char getUnicode (int byteIndex)