antlr
Class ByteBuffer
java.lang.Object
|
+--antlr.InputBuffer
|
+--antlr.ByteBuffer
- public class ByteBuffer
- extends InputBuffer
Untamed:
Method Summary |
void |
fill(int amount)
Enabled: Ensure that the character buffer is sufficiently full |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
input
transient InputStream input
ByteBuffer
public ByteBuffer(InputStream input_)
- Enabled: Create a character buffer
fill
public void fill(int amount)
throws CharStreamException
- Enabled: Ensure that the character buffer is sufficiently full
- Specified by:
fill
in class InputBuffer
CharStreamException
comments?