#include <FileWriter.h>
Detailed Description
Definition at line 11 of file FileWriter.h.
Constructor & Destructor Documentation
FileWriter::FileWriter |
( |
| ) |
|
FileWriter::~FileWriter |
( |
| ) |
|
Member Function Documentation
void FileWriter::close |
( |
| ) |
|
bool FileWriter::flush |
( |
| ) |
|
int FileWriter::getLastErrNo |
( |
| ) |
|
|
inline |
bool FileWriter::open |
( |
const char * |
name, |
|
|
mode_t |
mode = 0666 |
|
) |
| |
bool FileWriter::write |
( |
const void * |
src, |
|
|
ssize_t |
size |
|
) |
| |
The documentation for this class was generated from the following files: