|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjd.io.CharToByteConverter
| Field Summary | |
protected int |
badInputLength_
|
protected int |
byteOff_
|
protected int |
charOff_
|
| Constructor Summary | |
CharToByteConverter()
|
|
| Method Summary | |
abstract int |
convert(char[] input,
int inStart,
int inEnd,
byte[] output,
int outStart,
int outEnd)
|
abstract int |
flush(byte[] output,
int outStart,
int outEnd)
|
abstract String |
getCharacterEncoding()
|
abstract int |
getMaxBytesPerChar()
|
int |
nextByteIndex()
|
int |
nextCharIndex()
|
abstract void |
reset()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int charOff_
protected int byteOff_
protected int badInputLength_
| Constructor Detail |
public CharToByteConverter()
| Method Detail |
public abstract String getCharacterEncoding()
public abstract int convert(char[] input,
int inStart,
int inEnd,
byte[] output,
int outStart,
int outEnd)
throws CharConversionException
CharConversionException
public abstract int flush(byte[] output,
int outStart,
int outEnd)
throws CharConversionException
CharConversionExceptionpublic abstract void reset()
public abstract int getMaxBytesPerChar()
public int nextCharIndex()
public int nextByteIndex()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||