libStatGen Software
1
|
Public Member Functions | |
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) |
Protected Attributes | |
FILE * | filePtr |
knetFile * | kfilePtr |
bool | keof |
Definition at line 26 of file UncompressedFileType.h.