| java.lang.Object sun.io.ByteToCharConverter sun.io.ByteToCharCp964
Method Summary | |
public int | convert(byte[] input, int inOff, int inEnd, char[] output, int outOff, int outEnd) | public int | flush(char[] output, int outStart, int outEnd) | public String | getCharacterEncoding() | public void | reset() Resets the converter. |
ByteToCharCp964 | public ByteToCharCp964()(Code) | | |
flush | public int flush(char[] output, int outStart, int outEnd) throws MalformedInputException(Code) | | flush out any residual data and reset the buffer state
|
getCharacterEncoding | public String getCharacterEncoding()(Code) | | Return the character set id
|
reset | public void reset()(Code) | | Resets the converter.
|
Methods inherited from sun.io.ByteToCharConverter | abstract public int convert(byte[] input, int inStart, int inEnd, char[] output, int outStart, int outEnd) throws MalformedInputException, UnknownCharacterException, ConversionBufferFullException(Code)(Java Doc) public char[] convertAll(byte input) throws MalformedInputException(Code)(Java Doc) abstract public int flush(char[] output, int outStart, int outEnd) throws MalformedInputException, ConversionBufferFullException(Code)(Java Doc) public int getBadInputLength()(Code)(Java Doc) abstract public String getCharacterEncoding()(Code)(Java Doc) public static ByteToCharConverter getConverter(String encoding) throws UnsupportedEncodingException(Code)(Java Doc) public static ByteToCharConverter getDefault()(Code)(Java Doc) public int getMaxCharsPerByte()(Code)(Java Doc) public int nextByteIndex()(Code)(Java Doc) public int nextCharIndex()(Code)(Java Doc) abstract public void reset()(Code)(Java Doc) public void setSubstitutionChars(char[] c) throws IllegalArgumentException(Code)(Java Doc) public void setSubstitutionMode(boolean doSub)(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|