|
Gamgee
You miserable little maggot. I'll stove your head in!
|
#include <bgzf.h>
Public Attributes | |
| int | errcode:16 |
| int | is_write:2 |
| int | is_be:2 |
| int | compress_level:9 |
| int | is_compressed:2 |
| int | is_gzip:1 |
| int | cache_size |
| int | block_length |
| int | block_offset |
| int64_t | block_address |
| int64_t | uncompressed_address |
| void * | uncompressed_block |
| void * | compressed_block |
| void * | cache |
| struct hFILE * | fp |
| struct bgzf_mtaux_t * | mt |
| bgzidx_t * | idx |
| int | idx_build_otf |
| z_stream * | gz_stream |
| int64_t BGZF::block_address |
| int BGZF::block_length |
| int BGZF::block_offset |
| void* BGZF::cache |
| int BGZF::cache_size |
| int BGZF::compress_level |
| void * BGZF::compressed_block |
| int BGZF::errcode |
| struct hFILE* BGZF::fp |
| z_stream* BGZF::gz_stream |
| bgzidx_t* BGZF::idx |
| int BGZF::idx_build_otf |
| int BGZF::is_be |
| int BGZF::is_compressed |
| int BGZF::is_gzip |
| int BGZF::is_write |
| struct bgzf_mtaux_t* BGZF::mt |
| int64_t BGZF::uncompressed_address |
| void* BGZF::uncompressed_block |
1.8.8