

Public Member Functions | |
| BgzfFileType (const char *filename, const char *mode) | |
| virtual bool | operator== (void *rhs) |
| virtual bool | operator!= (void *rhs) |
| virtual int | close () |
| virtual void | rewind () |
| virtual int | eof () |
| virtual bool | isOpen () |
| virtual unsigned int | write (const void *buffer, unsigned int size) |
| virtual int | read (void *buffer, unsigned int size) |
| virtual int64_t | tell () |
| virtual bool | seek (int64_t offset, int origin) |
Static Public Member Functions | |
| static void | setRequireEofBlock (bool requireEofBlock) |
Protected Attributes | |
| BGZF * | bgzfHandle |
| bool | myEOF |
| int64_t | myStartPos |
Static Protected Attributes | |
| static bool | ourRequireEofBlock = true |
Definition at line 25 of file BgzfFileType.h.
1.6.3