#include <BALFileWriter.h>
Public Member Functions | |
| BALFileWriter (const std::string &) | |
| ~BALFileWriter () | |
| int | Write (const char *aData, int aSize) |
| void | Close () |
| bool | IsOpened () const |
| int | size () |
Protected Attributes | |
| FILE * | mStream |
| BALTest::BALFileWriter::BALFileWriter | ( | const std::string & | aName | ) | [inline] |
| BALTest::BALFileWriter::~BALFileWriter | ( | ) | [inline] |
| void BALTest::BALFileWriter::Close | ( | ) | [inline] |
| bool BALTest::BALFileWriter::IsOpened | ( | ) | const [inline] |
| int BALTest::BALFileWriter::size | ( | ) | [inline] |
FILE* BALTest::BALFileWriter::mStream [protected] |