| Trees | Indices | Help | 
 | 
|---|
|  | 
object --+            
         |            
 IntStream --+        
             |        
    CharStream --+    
                 |    
 ANTLRStringStream --+
                     |
                    ANTLRFileStream
@brief CharStream that opens a file to read the data.
This is a char buffer stream that is loaded from a file all at once when you construct the object.
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 | |||
| 
 @param fileName The path to the file to be opened. The file will be opened with mode 'rb'. @param encoding If you set the optional encoding argument, then the data will be decoded on the fly. 
 | 
| 
 Deprecated, access o.fileName directly. 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:31 2016 | http://epydoc.sourceforge.net |