|
| UncompressedFileType (const char *filename, const char *mode) |
|
bool | operator== (void *rhs) |
|
bool | operator!= (void *rhs) |
|
int | close () |
|
void | rewind () |
|
int | eof () |
|
virtual bool | isOpen () |
|
unsigned int | write (const void *buffer, unsigned int size) |
|
int | read (void *buffer, unsigned int size) |
|
virtual int64_t | tell () |
|
virtual bool | seek (int64_t offset, int origin) |
|
void | setBuffered (bool buffered) |
|
virtual bool | attemptRecoverySync (bool(*checkSignature)(void *data), int length) |
|
|
FILE * | filePtr |
|
knetFile * | kfilePtr |
|
bool | keof |
|
bool | myUsingBuffer |
|
Definition at line 26 of file UncompressedFileType.h.
The documentation for this class was generated from the following files: