FileObject Class Reference#include <fileObject.h>
Inheritance diagram for FileObject:
[legend]List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
| FileObject::FileObject |
( |
|
) |
|
| FileObject::~FileObject |
( |
|
) |
|
Member Function Documentation
| bool FileObject::openForWrite |
( |
const char * |
fileName, |
|
|
const bool |
append = false | |
|
) |
| | |
| bool FileObject::openForRead |
( |
const char * |
fileName |
) |
|
| bool FileObject::readMemory |
( |
const char * |
fileName |
) |
|
| const U8* FileObject::readLine |
( |
|
) |
|
| void FileObject::peekLine |
( |
U8 * |
line, |
|
|
S32 |
length | |
|
) |
| | |
| bool FileObject::isEOF |
( |
|
) |
|
| void FileObject::writeLine |
( |
const U8 * |
line |
) |
|
| void FileObject::close |
( |
|
) |
|
| void FileObject::writeObject |
( |
SimObject * |
object, |
|
|
const U8 * |
objectPrepend = NULL | |
|
) |
| | |
Member Data Documentation
|