| DtRtiSaveFile::DtRtiSaveFile |
( |
const char * |
filename | ) |
|
| DtRtiSaveFile::DtRtiSaveFile |
( |
const char * |
filename, |
|
|
bool |
readOnly |
|
) |
| |
| virtual DtRtiSaveFile::~DtRtiSaveFile |
( |
| ) |
|
|
virtual |
| virtual const MAKRti::DtString& DtRtiSaveFile::fileName |
( |
| ) |
|
|
virtual |
| virtual bool DtRtiSaveFile::isOk |
( |
| ) |
|
|
virtual |
Return boolean: file initialized OK (call after instantiation and set read/write)
| virtual const char* DtRtiSaveFile::readNextPacket |
( |
| ) |
|
|
virtual |
get the next packet, returns NULL if setup for writing.
| virtual void DtRtiSaveFile::setForAppend |
( |
| ) |
|
|
inlinevirtual |
set for append
clears the file from the current packet on. (not implemented yet)
| virtual void DtRtiSaveFile::setForRead |
( |
| ) |
|
|
virtual |
set for read
changes the state of the file to read only and moves the file pointer to the beginning of the file.
| virtual void DtRtiSaveFile::setForWrite |
( |
| ) |
|
|
virtual |
set for write
clears the contents of the file and opens it writing.
| virtual void DtRtiSaveFile::writePacket |
( |
const char * |
packet, |
|
|
int |
length |
|
) |
| |
|
virtual |
write a packet, does nothing if set up for reading
| char* DtRtiSaveFile::myCurrentPacket |
|
protected |
| MAKRti::DtString DtRtiSaveFile::myFileName |
|
protected |
| FILE* DtRtiSaveFile::myFp |
|
protected |
| bool DtRtiSaveFile::myReadOnly |
|
protected |
The documentation for this class was generated from the following file: