bio.core.bgzf.block

Undocumented in source.

Members

Aliases

BgzfBlockCache
alias BgzfBlockCache = Cache!(BgzfBlock, DecompressedBgzfBlock)

Functions

decompressBgzfBlock
DecompressedBgzfBlock decompressBgzfBlock(BgzfBlock block, BgzfBlockCache cache)

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