All Packages Class Hierarchy This Package Previous Next Index
Class sun.io.CharToByteCp964
java.lang.Object
|
+----sun.io.CharToByteConverter
|
+----sun.io.CharToByteEUC
|
+----sun.io.CharToByteCp964
- public class CharToByteCp964
- extends CharToByteEUC
Tables and data to convert Unicode to Cp964
-
CharToByteCp964()
-
-
getCharacterEncoding()
- Returns the character set id for the conversion.
-
getMaxBytesPerChar()
- Returns the maximum number of bytes needed to convert a char.
CharToByteCp964
public CharToByteCp964()
getCharacterEncoding
public String getCharacterEncoding()
- Returns the character set id for the conversion.
- Overrides:
- getCharacterEncoding in class CharToByteConverter
getMaxBytesPerChar
public int getMaxBytesPerChar()
- Returns the maximum number of bytes needed to convert a char.
- Overrides:
- getMaxBytesPerChar in class CharToByteEUC
All Packages Class Hierarchy This Package Previous Next Index