All Packages Class Hierarchy This Package Previous Next Index
Class sun.io.CharToByteISO2022KR
java.lang.Object
|
+----sun.io.CharToByteConverter
|
+----sun.io.CharToByteISO2022
|
+----sun.io.CharToByteISO2022KR
- public class CharToByteISO2022KR
- extends CharToByteISO2022
-
CharToByteISO2022KR()
-
-
getCharacterEncoding()
- Return the character set ID
-
getMaxBytesPerChar()
- returns the maximum number of bytes needed to convert a char
CharToByteISO2022KR
public CharToByteISO2022KR()
getMaxBytesPerChar
public int getMaxBytesPerChar()
- returns the maximum number of bytes needed to convert a char
- Overrides:
- getMaxBytesPerChar in class CharToByteConverter
getCharacterEncoding
public String getCharacterEncoding()
- Return the character set ID
- Overrides:
- getCharacterEncoding in class CharToByteConverter
All Packages Class Hierarchy This Package Previous Next Index