Package antlr
Class ByteBuffer
- java.lang.Object
-
- antlr.InputBuffer
-
- antlr.ByteBuffer
-
public class ByteBuffer extends InputBuffer
-
-
Field Summary
Fields Modifier and Type Field Description java.io.InputStream
input
-
Fields inherited from class antlr.InputBuffer
markerOffset, nMarkers, numToConsume, queue
-
-
Constructor Summary
Constructors Constructor Description ByteBuffer(java.io.InputStream input_)
Create a character buffer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fill(int amount)
Ensure that the character buffer is sufficiently full-
Methods inherited from class antlr.InputBuffer
commit, consume, getLAChars, getMarkedChars, isMarked, LA, mark, reset, rewind, syncConsume
-
-
-
-
Method Detail
-
fill
public void fill(int amount) throws CharStreamException
Ensure that the character buffer is sufficiently full- Specified by:
fill
in classInputBuffer
- Throws:
CharStreamException
-
-