#include <IBamIODevice.h>
|
| virtual | ~IBamIODevice (void) |
| |
| virtual void | Close (void)=0 |
| |
| virtual bool | IsRandomAccess (void) const =0 |
| |
| virtual bool | Open (const OpenMode mode)=0 |
| |
| virtual int64_t | Read (char *data, const unsigned int numBytes)=0 |
| |
| virtual bool | Seek (const int64_t &position, const int origin=SEEK_SET)=0 |
| |
| virtual int64_t | Tell (void) const =0 |
| |
| virtual int64_t | Write (const char *data, const unsigned int numBytes)=0 |
| |
| virtual std::string | GetErrorString (void) |
| |
| virtual bool | IsOpen (void) const |
| |
| virtual OpenMode | Mode (void) const |
| |
| Enumerator |
|---|
| NotOpen |
|
| ReadOnly |
|
| WriteOnly |
|
| ReadWrite |
|
| virtual BamTools::IBamIODevice::~IBamIODevice |
( |
void |
| ) |
|
|
inlinevirtual |
| BamTools::IBamIODevice::IBamIODevice |
( |
void |
| ) |
|
|
inlineprotected |
| virtual void BamTools::IBamIODevice::Close |
( |
void |
| ) |
|
|
pure virtual |
| std::string BamTools::IBamIODevice::GetErrorString |
( |
void |
| ) |
|
|
inlinevirtual |
| bool BamTools::IBamIODevice::IsOpen |
( |
void |
| ) |
const |
|
inlinevirtual |
| virtual bool BamTools::IBamIODevice::IsRandomAccess |
( |
void |
| ) |
const |
|
pure virtual |
| virtual bool BamTools::IBamIODevice::Open |
( |
const OpenMode |
mode | ) |
|
|
pure virtual |
| virtual int64_t BamTools::IBamIODevice::Read |
( |
char * |
data, |
|
|
const unsigned int |
numBytes |
|
) |
| |
|
pure virtual |
| virtual bool BamTools::IBamIODevice::Seek |
( |
const int64_t & |
position, |
|
|
const int |
origin = SEEK_SET |
|
) |
| |
|
pure virtual |
| void BamTools::IBamIODevice::SetErrorString |
( |
const std::string & |
where, |
|
|
const std::string & |
what |
|
) |
| |
|
inlineprotected |
| virtual int64_t BamTools::IBamIODevice::Tell |
( |
void |
| ) |
const |
|
pure virtual |
| virtual int64_t BamTools::IBamIODevice::Write |
( |
const char * |
data, |
|
|
const unsigned int |
numBytes |
|
) |
| |
|
pure virtual |
| std::string BamTools::IBamIODevice::m_errorString |
|
protected |
The documentation for this class was generated from the following file: