| Public Member Functions | |
| FileInputStream (const LogString &filename) | |
| Creates a FileInputStream by opening a connection to an actual file, the file named by the path name name in the file system. | |
| FileInputStream (const logchar *filename) | |
| FileInputStream (const File &aFile) | |
| Creates a FileInputStream by opening a connection to an actual file, the file named by the File object file in the file system. | |
| virtual | ~FileInputStream () | 
| virtual void | close () | 
| Closes this file input stream and releases any system resources associated with the stream. | |
| virtual int | read (ByteBuffer &buf) | 
| Reads a sequence of bytes into the given buffer. | |
| 
 | 
| Creates a FileInputStream by opening a connection to an actual file, the file named by the path name name in the file system. 
 
 | 
| 
 | 
| 
 | 
| 
 | 
| Creates a FileInputStream by opening a connection to an actual file, the file named by the File object file in the file system. 
 
 | 
| 
 | 
| 
 | 
| 
 | 
| Closes this file input stream and releases any system resources associated with the stream. 
 Implements InputStream. | 
| 
 | 
| Reads a sequence of bytes into the given buffer. 
 
 
 Implements InputStream. |