DecompressedBgzfBlock

Struct representing decompressed BgzfBlock

Start offset is needed to be able to tell current virtual offset, and yet be able to decompress blocks in parallel.

Members

Variables

decompressed_data
ubyte[] decompressed_data;
Undocumented in source.
end_offset
ulong end_offset;
Undocumented in source.
start_offset
ulong start_offset;
Undocumented in source.

Meta