Trees | Indices | Help |
|
---|
|
object --+ | IntStream --+ | CharStream --+ | ANTLRStringStream --+ | ANTLRInputStream
@brief CharStream that reads data from a file-like object.
This is a char buffer stream that is loaded from a file like object all at once when you construct the object.
All input is consumed from the file, but it is not closed.
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
@param file A file-like object holding your input. Only the read() method must be implemented. @param encoding If you set the optional encoding argument, then the data will be decoded on the fly.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:27 2015 | http://epydoc.sourceforge.net |