NVBIO
|
#include <bgzf.h>
Public Members | |
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 |
struct bgzf_mtaux_t* BGZF::mt |