antlr
Class ByteBuffer

java.lang.Object
  extended by antlr.InputBuffer
      extended by antlr.ByteBuffer

public class ByteBuffer
extends InputBuffer


Field Summary
 InputStream input
           
 
Fields inherited from class antlr.InputBuffer
markerOffset, nMarkers, numToConsume, queue
 
Constructor Summary
ByteBuffer(InputStream input_)
          Create a character buffer
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

public transient InputStream input
Constructor Detail

ByteBuffer

public ByteBuffer(InputStream input_)
Create a character buffer

Method Detail

fill

public void fill(int amount)
          throws CharStreamException
Ensure that the character buffer is sufficiently full

Specified by:
fill in class InputBuffer
Throws:
CharStreamException