![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/io/InFileStream.h>
Inherits SystemInStream.
Public Member Functions | |
| InFileStream (CString path) | |
| virtual | ~InFileStream (void) |
| bool | isReady (void) |
| void | close () |
Stream for outputting to a file.
| InFileStream | ( | CString | path | ) |
|
virtual |
Build an output file stream by creating a new file or deleting an old one.
| path | Path of the file to write to. Destructor (close the file if it is opened). |
| void close | ( | ) |
Close the file. Subsequent writes will fail.