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

Variable Index

 o index1
 o index2
 o leadByte
 o mask1
 o mask2
 o shift
 o singleByteToChar

Constructor Index

 o ByteToCharDBCS_ASCII()

Method Index

 o convert(byte[], int, int, char[], int, int)
Character conversion
 o flush(char[], int, int)
Writes any remaining output to the output buffer and resets the converter to its initial state.
 o reset()
Resets the converter.

Variables

 o singleByteToChar
 protected String singleByteToChar
 o leadByte
 protected boolean leadByte[]
 o index1
 protected short index1[]
 o index2
 protected String index2
 o mask1
 protected int mask1
 o mask2
 protected int mask2
 o shift
 protected int shift

Constructors

 o ByteToCharDBCS_ASCII
 public ByteToCharDBCS_ASCII()

Methods

 o 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
 o 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
 o reset
 public void reset()
Resets the converter.

Overrides:
reset in class ByteToCharConverter

All Packages  Class Hierarchy  This Package  Previous  Next  Index