public class ByteBuffer extends InputBuffer
Modifier and Type | Field and Description |
---|---|
java.io.InputStream |
input |
markerOffset, nMarkers, numToConsume, queue
Constructor and Description |
---|
ByteBuffer(java.io.InputStream input_)
Create a character buffer
|
Modifier and Type | Method and Description |
---|---|
void |
fill(int amount)
Ensure that the character buffer is sufficiently full
|
commit, consume, getLAChars, getMarkedChars, isMarked, LA, mark, reset, rewind, syncConsume
public ByteBuffer(java.io.InputStream input_)
public void fill(int amount) throws CharStreamException
fill
in class InputBuffer
CharStreamException