BgzfFileType Class Reference
List of all members.
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 long int | tell () |
|
virtual bool | seek (long int offset, int origin) |
Static Public Member Functions |
|
static void | setRequireEofBlock (bool requireEofBlock) |
Protected Attributes |
|
BGZF * | bgzfHandle |
|
bool | myEOF |
|
long int | myStartPos |
Static Protected Attributes |
|
static bool | ourRequireEofBlock = true |
Detailed Description
Definition at line 24 of file BgzfFileType.h.
The documentation for this class was generated from the following files: