All Packages Class Hierarchy This Package Previous Next Index
Class sun.io.ByteToCharKSC5601
java.lang.Object
|
+----sun.io.ByteToCharConverter
|
+----sun.io.ByteToCharKSC5601
- public class ByteToCharKSC5601
- extends ByteToCharConverter
-
unicodeKSC5601
- KSC5601 -> Unicode table
-
ByteToCharKSC5601()
-
-
convert(byte[], int, int, char[], int, int)
- Character conversion
-
flush(char[], int, int)
- Writes any remaining output to the output buffer and resets the
converter to its initial state.
-
getCharacterEncoding()
- Return the character set ID
-
reset()
- Resets converter to its initial state.
unicodeKSC5601
protected final String unicodeKSC5601
- KSC5601 -> Unicode table
ByteToCharKSC5601
public ByteToCharKSC5601()
flush
public int flush(char output[],
int outStart,
int outEnd) throws MalformedInputException
- Writes any remaining output to the output buffer and resets the
converter to its initial state.
- Overrides:
- flush in class ByteToCharConverter
reset
public void reset()
- Resets converter to its initial state.
- Overrides:
- reset in class ByteToCharConverter
convert
public int convert(byte input[],
int inOff,
int inEnd,
char output[],
int outOff,
int outEnd) throws UnknownCharacterException, MalformedInputException, ConversionBufferFullException
- Character conversion
- Overrides:
- convert in class ByteToCharConverter
getCharacterEncoding
public String getCharacterEncoding()
- Return the character set ID
- Overrides:
- getCharacterEncoding in class ByteToCharConverter
All Packages Class Hierarchy This Package Previous Next Index