All Packages Class Hierarchy This Package Previous Next Index
Class sun.io.ByteToCharCp33722
java.lang.Object
|
+----sun.io.ByteToCharConverter
|
+----sun.io.ByteToCharCp33722
- public class ByteToCharCp33722
- extends ByteToCharConverter
-
ByteToCharCp33722()
-
-
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.
ByteToCharCp33722
public ByteToCharCp33722()
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