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

Variable Index

 o byteToCharTable
 o mappingTableG1

Constructor Index

 o ByteToCharEUC()

Method Index

 o convert(byte[], int, int, char[], int, int)
Character conversion
 o flush(char[], int, int)
flush out any residual data and reset the buffer state
 o reset()
Resets the converter.

Variables

 o mappingTableG1
 protected String mappingTableG1
 o byteToCharTable
 protected String byteToCharTable

Constructors

 o ByteToCharEUC
 public ByteToCharEUC()

Methods

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

Overrides:
reset 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

All Packages  Class Hierarchy  This Package  Previous  Next  Index