Gamgee
You miserable little maggot. I'll stove your head in!
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
BGZF Struct Reference

#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 hFILEfp
 
struct bgzf_mtaux_tmt
 
bgzidx_tidx
 
int idx_build_otf
 
z_stream * gz_stream
 

Member Data Documentation

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

The documentation for this struct was generated from the following file: