All Packages Class Hierarchy This Package Previous Next Index
Class sun.io.CharToByteCp33722
java.lang.Object
|
+----sun.io.CharToByteConverter
|
+----sun.io.CharToByteEUC
|
+----sun.io.CharToByteCp33722
- public class CharToByteCp33722
- extends CharToByteEUC
Tables and data to convert Unicode to Cp33722
-
CharToByteCp33722()
-
-
getCharacterEncoding()
- Returns the character set id for the conversion.
-
getMaxBytesPerChar()
- Returns the maximum number of bytes needed to convert a char.
CharToByteCp33722
public CharToByteCp33722()
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