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.InputStreaminput-
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 voidfill(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 CharStreamExceptionEnsure that the character buffer is sufficiently full- Specified by:
fillin classInputBuffer- Throws:
CharStreamException
-
-