All Packages Class Hierarchy This Package Previous Next Index
Class sun.io.ByteToChar8859_1
java.lang.Object
|
+----sun.io.ByteToCharConverter
|
+----sun.io.ByteToChar8859_1
- public class ByteToChar8859_1
- extends ByteToCharConverter
A algorithmic conversion from ISO 8859-1 to Unicode
-
ByteToChar8859_1()
-
-
convert(byte[], int, int, char[], int, int)
- Algorithmic character conversion
-
flush(char[], int, int)
- Writes any remaining output to the output buffer and resets the
converter to its initial state.
-
getCharacterEncoding()
- Returns the character set id for the conversion
-
reset()
- Resets converter to its initial state.
ByteToChar8859_1
public ByteToChar8859_1()
getCharacterEncoding
public String getCharacterEncoding()
- Returns the character set id for the conversion
- Overrides:
- getCharacterEncoding in class ByteToCharConverter
flush
public int flush(char output[],
int outStart,
int outEnd)
- 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 ConversionBufferFullException
- Algorithmic character conversion
- Overrides:
- convert in class ByteToCharConverter
reset
public void reset()
- Resets converter to its initial state.
- Overrides:
- reset in class ByteToCharConverter
All Packages Class Hierarchy This Package Previous Next Index