Public Member Functions | |
| void | close () |
| bool | isOpen () const |
| uint32 | read (void *buf, uint32 len) |
| uint32 | write (const char *buf, uint32 len) |
| void | seek (int32 pos, int whence=0) |
Public Attributes | |
| Common::String | _name |
| Common::String | _filename |
| Common::SeekableReadStream * | _in |
| Common::WriteStream * | _out |
| bool | _stdin |
| bool | _stdout |
| bool | _stderr |