HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
FileWriter Class Reference

#include <FileWriter.h>

Public Member Functions

 FileWriter (ssize_t bufSize=1<< 20)
 ~FileWriter ()
bool open (const char *name, mode_t mode=0666)
bool flush ()
bool write (const void *src, ssize_t size)
void close ()
int getLastErrNo ()

Detailed Description

Definition at line 11 of file FileWriter.h.

Constructor & Destructor Documentation

FileWriter::FileWriter ( )

Definition at line 2 of file FileWriter.cpp.

FileWriter::~FileWriter ( )

Definition at line 17 of file FileWriter.cpp.

Here is the call graph for this function:

Member Function Documentation

void FileWriter::close ( )

Definition at line 76 of file FileWriter.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool FileWriter::flush ( )

Definition at line 35 of file FileWriter.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int FileWriter::getLastErrNo ( )
inline

Definition at line 20 of file FileWriter.h.

Here is the caller graph for this function:

bool FileWriter::open ( const char *  name,
mode_t  mode = 0666 
)

Definition at line 23 of file FileWriter.cpp.

Here is the caller graph for this function:

bool FileWriter::write ( const void *  src,
ssize_t  size 
)

Definition at line 51 of file FileWriter.cpp.

Here is the caller graph for this function:


The documentation for this class was generated from the following files: