BgzfReader.read_compressed_data

Fetch the compressed data part of the block and return it with the uncompressed size and CRC32. The file pointer is assumed to be at the start of the compressed data and will be at the end of that section after.

struct BgzfReader
Tuple!(ubyte[], immutable(uint), CRC32)
read_compressed_data
(
ubyte[] buffer
)

Meta