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


Constructor Index

 o CharToByteJIS0208()

Method Index

 o canConvert(char)
Returns true if the given character can be converted to the target character encoding.
 o DoubleByte(char)
 o SingleByte(char)

Constructors

 o CharToByteJIS0208
 public CharToByteJIS0208()

Methods

 o SingleByte
 protected byte SingleByte(char input)
 o DoubleByte
 protected int DoubleByte(char input)
 o 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