All Packages Class Hierarchy This Package Previous Next Index
Class sun.io.ByteToCharCNS11643
java.lang.Object
|
+----sun.io.ByteToCharConverter
|
+----sun.io.ByteToCharCNS11643
- public class ByteToCharCNS11643
- extends ByteToCharConverter
-
unicodeCNS1
- CNS -> Unicode table
-
unicodeCNS2
-
-
unicodeCNS3
-
-
ByteToCharCNS11643()
-
-
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.
unicodeCNS1
protected final String unicodeCNS1
- CNS -> Unicode table
unicodeCNS2
protected final String unicodeCNS2
unicodeCNS3
protected final String unicodeCNS3
ByteToCharCNS11643
public ByteToCharCNS11643()
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