#include <FS_Writer.h>
Public Member Functions | |
| FS_Writer (const char *dest) | |
| virtual | ~FS_Writer () |
| void | close () |
| ostream * | getStream () const |
| bool | removeFile () |
Static Public Member Functions | |
| static void | addWriterHelper (FS_WriterHelper *helper) |
| static void | removeWriterHelper (FS_WriterHelper *helper) |
Definition at line 30 of file FS_Writer.h.
| FS_Writer::FS_Writer | ( | const char * | dest | ) |
Use this constructor to create a new writer. The specified file is created immediately.
| virtual FS_Writer::~FS_Writer | ( | ) | [virtual] |
| static void FS_Writer::addWriterHelper | ( | FS_WriterHelper * | helper | ) | [static] |
| void FS_Writer::close | ( | ) |
Closes the stream. After calling this function, the getStream() function will always return NULL.
| ostream* FS_Writer::getStream | ( | ) | const |
This function retrieves the C++ stream object which you can interact with in the normal ways. If this function returns NULL, the file specified in the constructor could not be created.
| bool FS_Writer::removeFile | ( | ) |
| static void FS_Writer::removeWriterHelper | ( | FS_WriterHelper * | helper | ) | [static] |
1.5.9