All Packages Class Hierarchy This Package Previous Next Index
Class sun.io.CharToByteISO2022
java.lang.Object
|
+----sun.io.CharToByteConverter
|
+----sun.io.CharToByteISO2022
- public abstract class CharToByteISO2022
- extends CharToByteConverter
-
codeConverter
-
-
maximumDesignatorLength
-
-
SODesignator
-
-
SS2Designator
-
-
SS3Designator
-
-
CharToByteISO2022()
-
-
canConvert(char)
- Returns true if the given character can be converted to the
target character encoding.
-
convert(char[], int, int, byte[], int, int)
- Character conversion
-
flush(byte[], int, int)
- Writes any remaining output to the output buffer and resets the
converter to its initial state.
-
reset()
- Resets converter to its initial state.
maximumDesignatorLength
protected final byte maximumDesignatorLength
SODesignator
protected String SODesignator
SS2Designator
protected String SS2Designator
SS3Designator
protected String SS3Designator
codeConverter
protected CharToByteConverter codeConverter
CharToByteISO2022
public CharToByteISO2022()
flush
public int flush(byte 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 CharToByteConverter
reset
public void reset()
- Resets converter to its initial state.
- Overrides:
- reset in class CharToByteConverter
canConvert
public boolean canConvert(char ch)
- Returns true if the given character can be converted to the
target character encoding.
- Overrides:
- canConvert in class CharToByteConverter
convert
public int convert(char input[],
int inOff,
int inEnd,
byte output[],
int outOff,
int outEnd) throws UnknownCharacterException, MalformedInputException, ConversionBufferFullException
- Character conversion
- Overrides:
- convert in class CharToByteConverter
All Packages Class Hierarchy This Package Previous Next Index