org.jasn
Class ByteToCharPrintable
java.lang.Object
sun.io.ByteToCharConverter
org.jasn.ByteToCharPrintable
- public class ByteToCharPrintable
- extends sun.io.ByteToCharConverter
| Fields inherited from class sun.io.ByteToCharConverter |
badInputLength, byteOff, charOff, subChars, subMode |
|
Method Summary |
int |
convert(byte[] input,
int inOff,
int inEnd,
char[] output,
int outOff,
int outEnd)
Algorithmic character conversion |
int |
flush(char[] output,
int outStart,
int outEnd)
|
String |
getCharacterEncoding()
|
void |
reset()
|
| Methods inherited from class sun.io.ByteToCharConverter |
convertAll, getBadInputLength, getConverter, getDefault, getMaxCharsPerByte, nextByteIndex, nextCharIndex, setSubstitutionChars, setSubstitutionMode, toString |
ByteToCharPrintable
public ByteToCharPrintable()
getCharacterEncoding
public String getCharacterEncoding()
flush
public int flush(char[] output,
int outStart,
int outEnd)
convert
public int convert(byte[] input,
int inOff,
int inEnd,
char[] output,
int outOff,
int outEnd)
throws sun.io.ConversionBufferFullException,
sun.io.UnknownCharacterException
- Algorithmic character conversion
- Throws:
sun.io.ConversionBufferFullException
sun.io.UnknownCharacterException
reset
public void reset()
Copyright © 2004 Nicolas Vraux. All Rights Reserved.