All Packages Class Hierarchy This Package Previous Next Index
Class sun.io.ByteToCharDBCS_ASCII
java.lang.Object
|
+----sun.io.ByteToCharConverter
|
+----sun.io.ByteToCharDBCS_ASCII
- public abstract class ByteToCharDBCS_ASCII
- extends ByteToCharConverter
-
index1
-
-
index2
-
-
leadByte
-
-
mask1
-
-
mask2
-
-
shift
-
-
singleByteToChar
-
-
ByteToCharDBCS_ASCII()
-
-
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.
-
reset()
- Resets the converter.
singleByteToChar
protected String singleByteToChar
leadByte
protected boolean leadByte[]
index1
protected short index1[]
index2
protected String index2
mask1
protected int mask1
mask2
protected int mask2
shift
protected int shift
ByteToCharDBCS_ASCII
public ByteToCharDBCS_ASCII()
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
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 the converter.
- Overrides:
- reset in class ByteToCharConverter
All Packages Class Hierarchy This Package Previous Next Index