All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.io.ByteToCharCp33722

java.lang.Object
   |
   +----sun.io.ByteToCharConverter
           |
           +----sun.io.ByteToCharCp33722

public class ByteToCharCp33722
extends ByteToCharConverter

Constructor Index

 o ByteToCharCp33722()

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 getCharacterEncoding()
Return the character set id
 o reset()
Resets the converter.

Constructors

 o ByteToCharCp33722
 public ByteToCharCp33722()

Methods

 o getCharacterEncoding
 public String getCharacterEncoding()
Return the character set id

Overrides:
getCharacterEncoding in class ByteToCharConverter
 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