org.antlr.runtime.ANTLRInputStream Class Reference

Inheritance diagram for org.antlr.runtime.ANTLRInputStream:

Inheritance graph
[legend]
Collaboration diagram for org.antlr.runtime.ANTLRInputStream:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ANTLRInputStream ()
 ANTLRInputStream (InputStream input) throws IOException
 ANTLRInputStream (InputStream input, int size) throws IOException
 ANTLRInputStream (InputStream input, String encoding) throws IOException
 ANTLRInputStream (InputStream input, int size, String encoding) throws IOException
 ANTLRInputStream (InputStream input, int size, int readBufferSize, String encoding) throws IOException


Detailed Description

A kind of ReaderStream that pulls from an InputStream. Useful for reading from stdin and specifying file encodings etc...

Definition at line 35 of file ANTLRInputStream.java.


Constructor & Destructor Documentation

org.antlr.runtime.ANTLRInputStream.ANTLRInputStream (  ) 

Definition at line 36 of file ANTLRInputStream.java.

org.antlr.runtime.ANTLRInputStream.ANTLRInputStream ( InputStream  input  )  throws IOException

Definition at line 39 of file ANTLRInputStream.java.

org.antlr.runtime.ANTLRInputStream.ANTLRInputStream ( InputStream  input,
int  size 
) throws IOException

Definition at line 43 of file ANTLRInputStream.java.

org.antlr.runtime.ANTLRInputStream.ANTLRInputStream ( InputStream  input,
String  encoding 
) throws IOException

Definition at line 47 of file ANTLRInputStream.java.

org.antlr.runtime.ANTLRInputStream.ANTLRInputStream ( InputStream  input,
int  size,
String  encoding 
) throws IOException

Definition at line 51 of file ANTLRInputStream.java.

org.antlr.runtime.ANTLRInputStream.ANTLRInputStream ( InputStream  input,
int  size,
int  readBufferSize,
String  encoding 
) throws IOException

Definition at line 55 of file ANTLRInputStream.java.


The documentation for this class was generated from the following file:

Generated on Wed Oct 1 14:13:39 2008 for ANTLR API by  doxygen 1.5.5