public class

ByteToCharPCK

extends ByteToCharSJIS
java.lang.Object
   ↳ sun.io.ByteToCharConverter
     ↳ sun.io.ByteToCharDoubleByte
       ↳ sun.io.ByteToCharJIS0208
         ↳ sun.io.ByteToCharSJIS
           ↳ sun.io.ByteToCharPCK

Summary

[Expand]
Inherited Constants
From class sun.io.ByteToCharDoubleByte
[Expand]
Inherited Fields
From class sun.io.ByteToCharDoubleByte
From class sun.io.ByteToCharConverter
Public Constructors
ByteToCharPCK()
Public Methods
String getCharacterEncoding()
Returns the character set id for the conversion
Protected Methods
char convSingleByte(int b)
char getUnicode(int c1, int c2)
[Expand]
Inherited Methods
From class sun.io.ByteToCharSJIS
From class sun.io.ByteToCharJIS0208
From class sun.io.ByteToCharDoubleByte
From class sun.io.ByteToCharConverter
From class java.lang.Object

Public Constructors

public ByteToCharPCK ()

Public Methods

public String getCharacterEncoding ()

Returns the character set id for the conversion

Protected Methods

protected char convSingleByte (int b)

protected char getUnicode (int c1, int c2)