

Public Member Functions | |
| BgzfFileTypeRecovery (const char *filename, const char *mode) | |
| bool | operator== (void *rhs) |
| bool | operator!= (void *rhs) |
| int | close () |
| void | rewind () |
| int | eof () |
| bool | isOpen () |
| unsigned int | write (const void *buffer, unsigned int size) |
| int | read (void *buffer, unsigned int size) |
| int64_t | tell () |
| bool | seek (int64_t offset, int origin) |
| bool | attemptRecoverySync (bool(*checkSignature)(void *data), int length) |
Protected Attributes | |
| BGZFReader * | bgzfReader |
Definition at line 26 of file BgzfFileTypeRecovery.h.
1.6.3