#include <pfile.h>
Inheritance diagram for P::FileStream:

Public Member Functions | |
| FileStream () | |
| FileStream (const char *path, accessMode_t access, openMode_t open=Normal, createMode_t create=OpenCreate, shareMode_t share=AllowNone) throw (IOError) | |
| FileStream (const FileStream &fs) throw (IOError) | |
| FileStream (const File &f) throw (IOError) | |
| ~FileStream () throw () | |
| void | close () throw (IOError) |
| Close i/o device. | |
| void | commit () throw (IOError) |
| Sync device with disk. | |
| FileStream & | operator= (const FileStream &fs) throw (IOError) |
Definition at line 185 of file pfile.h.
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Close i/o device.
Reimplemented from P::IODevice. |
|
|
Sync device with disk.
Reimplemented from P::IODevice. |
|
|
|
1.3.3