All Packages Class Hierarchy This Package Previous Next Index
Class sun.io.ByteToCharJISAutoDetect
java.lang.Object
|
+----sun.io.ByteToCharConverter
|
+----sun.io.ByteToCharJISAutoDetect
- public class ByteToCharJISAutoDetect
- extends ByteToCharConverter
-
ByteToCharJISAutoDetect()
-
-
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()
- Returns the character set id for the conversion
-
reset()
- Resets converter to its initial state.
ByteToCharJISAutoDetect
public ByteToCharJISAutoDetect()
flush
public int flush(char output[],
int outStart,
int outEnd) throws MalformedInputException, ConversionBufferFullException
- Writes any remaining output to the output buffer and resets the
converter to its initial state.
- Overrides:
- flush 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
reset
public void reset()
- Resets converter to its initial state.
- Overrides:
- reset in class ByteToCharConverter
getCharacterEncoding
public String getCharacterEncoding()
- Returns the character set id for the conversion
- Overrides:
- getCharacterEncoding in class ByteToCharConverter
All Packages Class Hierarchy This Package Previous Next Index