Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
ByteBuffer
antlr
Class ByteBuffer
java.lang.Object
antlr.InputBuffer
antlr.ByteBuffer
- public class ByteBuffer
- extends InputBuffer
|
Constructor Summary |
ByteBuffer(java.io.InputStream input_)
Create a character buffer |
|
Method Summary |
void |
fill(int amount)
Ensure that the character buffer is sufficiently full |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteBuffer
public ByteBuffer(java.io.InputStream input_)
- Create a character buffer
fill
public void fill(int amount)
throws CharStreamException
- Ensure that the character buffer is sufficiently full
- Specified by:
fill in class InputBuffer
- Throws:
CharStreamException
|