bio.core.bgzf.block

Undocumented in source.

Members

Functions

decompressBgzfBlock
DecompressedBgzfBlock decompressBgzfBlock(BgzfBlock block)

Function for BGZF block decompression. Reuses buffer allocated for storing compressed data, i.e. after execution buffer of the passed block is overwritten with uncompressed data.

Structs

BgzfBlock
struct BgzfBlock

Structure representing BGZF block. In general, users shouldn't use it, as it is EXTREMELY low-level.

DecompressedBgzfBlock
struct DecompressedBgzfBlock

Struct representing decompressed BgzfBlock

Meta