

Public Member Functions | |
| ANTLRReaderStream () | |
| ANTLRReaderStream (Reader r) throws IOException | |
| ANTLRReaderStream (Reader r, int size) throws IOException | |
| ANTLRReaderStream (Reader r, int size, int readChunkSize) throws IOException | |
| void | load (Reader r, int size, int readChunkSize) throws IOException |
Static Public Attributes | |
| static final int | READ_BUFFER_SIZE = 1024 |
| static final int | INITIAL_BUFFER_SIZE = 1024 |
If you need encoding, use ANTLRInputStream.
Definition at line 37 of file ANTLRReaderStream.java.
| org.antlr.runtime.ANTLRReaderStream.ANTLRReaderStream | ( | ) |
Definition at line 41 of file ANTLRReaderStream.java.
| org.antlr.runtime.ANTLRReaderStream.ANTLRReaderStream | ( | Reader | r | ) | throws IOException |
Definition at line 44 of file ANTLRReaderStream.java.
| org.antlr.runtime.ANTLRReaderStream.ANTLRReaderStream | ( | Reader | r, | |
| int | size | |||
| ) | throws IOException |
Definition at line 48 of file ANTLRReaderStream.java.
| org.antlr.runtime.ANTLRReaderStream.ANTLRReaderStream | ( | Reader | r, | |
| int | size, | |||
| int | readChunkSize | |||
| ) | throws IOException |
Definition at line 52 of file ANTLRReaderStream.java.
| void org.antlr.runtime.ANTLRReaderStream.load | ( | Reader | r, | |
| int | size, | |||
| int | readChunkSize | |||
| ) | throws IOException |
Definition at line 56 of file ANTLRReaderStream.java.
final int org.antlr.runtime.ANTLRReaderStream.READ_BUFFER_SIZE = 1024 [static] |
Definition at line 38 of file ANTLRReaderStream.java.
final int org.antlr.runtime.ANTLRReaderStream.INITIAL_BUFFER_SIZE = 1024 [static] |
Definition at line 39 of file ANTLRReaderStream.java.
1.5.5