All Packages Class Hierarchy This Package Previous Next Index
Class sun.io.ByteToCharCp964
java.lang.Object
|
+----sun.io.ByteToCharConverter
|
+----sun.io.ByteToCharCp964
- public class ByteToCharCp964
- extends ByteToCharConverter
-
ByteToCharCp964()
-
-
convert(byte[], int, int, char[], int, int)
- Character conversion
-
flush(char[], int, int)
- flush out any residual data and reset the buffer state
-
getCharacterEncoding()
- Return the character set id
-
reset()
- Resets the converter.
ByteToCharCp964
public ByteToCharCp964()
getCharacterEncoding
public String getCharacterEncoding()
- Return the character set id
- Overrides:
- getCharacterEncoding in class ByteToCharConverter
flush
public int flush(char output[],
int outStart,
int outEnd) throws MalformedInputException
- flush out any residual data and reset the buffer state
- Overrides:
- flush in class ByteToCharConverter
reset
public void reset()
- Resets the converter.
- 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
All Packages Class Hierarchy This Package Previous Next Index