public class

CharToBytePCK

extends CharToByteSJIS
java.lang.Object
   ↳ sun.io.CharToByteConverter
     ↳ sun.io.CharToByteDoubleByte
       ↳ sun.io.CharToByteJIS0208
         ↳ sun.io.CharToByteSJIS
           ↳ sun.io.CharToBytePCK

Summary

[Expand]
Inherited Fields
From class sun.io.CharToByteDoubleByte
From class sun.io.CharToByteConverter
Public Constructors
CharToBytePCK()
Public Methods
String getCharacterEncoding()
Returns the character set id for the conversion.
Protected Methods
int convSingleByte(char inputChar, byte[] outputByte)
int getNative(char ch)
[Expand]
Inherited Methods
From class sun.io.CharToByteSJIS
From class sun.io.CharToByteJIS0208
From class sun.io.CharToByteDoubleByte
From class sun.io.CharToByteConverter
From class java.lang.Object

Public Constructors

public CharToBytePCK ()

Public Methods

public String getCharacterEncoding ()

Returns the character set id for the conversion.

Protected Methods

protected int convSingleByte (char inputChar, byte[] outputByte)

protected int getNative (char ch)