All Packages Class Hierarchy This Package Previous Next Index
Class sun.io.ByteToCharEUC
java.lang.Object
|
+----sun.io.ByteToCharConverter
|
+----sun.io.ByteToCharEUC
- public abstract class ByteToCharEUC
- extends ByteToCharConverter
-
byteToCharTable
-
-
mappingTableG1
-
-
ByteToCharEUC()
-
-
convert(byte[], int, int, char[], int, int)
- Character conversion
-
flush(char[], int, int)
- flush out any residual data and reset the buffer state
-
reset()
- Resets the converter.
mappingTableG1
protected String mappingTableG1
byteToCharTable
protected String byteToCharTable
ByteToCharEUC
public ByteToCharEUC()
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