All Packages Class Hierarchy This Package Previous Next Index
Class sun.io.CharToByteJIS0208
java.lang.Object
|
+----sun.io.CharToByteConverter
|
+----sun.io.CharToByteJIS0208
- public abstract class CharToByteJIS0208
- extends CharToByteConverter
Data needed for conversion from Unicode to Kuten
Methods to implement the conversion are in:
CharToByteSJIS
CharToByteJIS
CharToByteUJIS
-
CharToByteJIS0208()
-
-
canConvert(char)
- Returns true if the given character can be converted to the
target character encoding.
-
DoubleByte(char)
-
-
SingleByte(char)
-
CharToByteJIS0208
public CharToByteJIS0208()
SingleByte
protected byte SingleByte(char input)
DoubleByte
protected int DoubleByte(char input)
canConvert
public boolean canConvert(char ch)
- Returns true if the given character can be converted to the
target character encoding.
- Overrides:
- canConvert in class CharToByteConverter
All Packages Class Hierarchy This Package Previous Next Index