Definition at line 67 of file BGZF.h.
#include <BGZF.h>
| BamTools::BgzfData::~BgzfData |
( |
void |
) | |
|
| bool BamTools::BgzfData::CheckBlockHeader |
( |
char * |
header) | |
|
|
inlinestatic |
| void BamTools::BgzfData::Close |
( |
void |
) | |
|
| int BamTools::BgzfData::DeflateBlock |
( |
int32_t |
id, |
|
|
const unsigned int |
blockSize |
|
) |
| |
| int BamTools::BgzfData::DeflateBlocks |
( |
void |
) | |
|
| void BamTools::BgzfData::FlushBlocks |
( |
void |
) | |
|
| int BamTools::BgzfData::InflateBlock |
( |
const int & |
blockLength) | |
|
| void BamTools::BgzfData::Open |
( |
const std::string & |
filename, |
|
|
const char * |
mode |
|
) |
| |
| void BamTools::BgzfData::PackUnsignedInt |
( |
char * |
buffer, |
|
|
unsigned int |
value |
|
) |
| |
|
inlinestatic |
| void BamTools::BgzfData::PackUnsignedShort |
( |
char * |
buffer, |
|
|
unsigned short |
value |
|
) |
| |
|
inlinestatic |
| int BamTools::BgzfData::Read |
( |
char * |
data, |
|
|
const unsigned int |
dataLength |
|
) |
| |
| int BamTools::BgzfData::ReadBlock |
( |
void |
) | |
|
| bool BamTools::BgzfData::Seek |
( |
int64_t |
position) | |
|
| int64_t BamTools::BgzfData::Tell |
( |
void |
) | |
|
| signed int BamTools::BgzfData::UnpackSignedInt |
( |
char * |
buffer) | |
|
|
inlinestatic |
| unsigned int BamTools::BgzfData::UnpackUnsignedInt |
( |
char * |
buffer) | |
|
|
inlinestatic |
| unsigned short BamTools::BgzfData::UnpackUnsignedShort |
( |
char * |
buffer) | |
|
|
inlinestatic |
| unsigned int BamTools::BgzfData::Write |
( |
const char * |
data, |
|
|
const unsigned int |
dataLen |
|
) |
| |
| uint64_t BamTools::BgzfData::BlockAddress |
| unsigned int BamTools::BgzfData::BlockLength |
| int volatile* BamTools::BgzfData::BlockLengths |
| unsigned int BamTools::BgzfData::BlockOffset |
| char* BamTools::BgzfData::CompressedBlock |
| unsigned int BamTools::BgzfData::CompressedBlockSize |
| volatile unsigned int BamTools::BgzfData::CurrentBlockSize |
| bool BamTools::BgzfData::IsOpen |
| bool BamTools::BgzfData::IsWriteOnly |
| FILE* BamTools::BgzfData::Stream |
| uint32_t BamTools::BgzfData::ThreadCount |
| char* BamTools::BgzfData::UncompressedBlock |
| unsigned int BamTools::BgzfData::UncompressedBlockSize |
The documentation for this struct was generated from the following files:
- E:/git/nvbio/contrib/bamtools/BGZF.h
- E:/git/nvbio/contrib/bamtools/BGZF.cpp