public class CharBuffer extends InputBuffer
Modifier and Type | Field and Description |
---|---|
Reader |
input |
markerOffset, nMarkers, numToConsume, queue
Constructor and Description |
---|
CharBuffer(Reader 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 transient Reader input
public CharBuffer(Reader input_)
public void fill(int amount) throws CharStreamException
fill
in class InputBuffer
CharStreamException