Constant bam::bgzip::MAX_COMPRESSED_SIZE [−][src]
pub const MAX_COMPRESSED_SIZE: usize = MAX_BLOCK_SIZE - HEADER_SIZE - MIN_EXTRA_SIZE - FOOTER_SIZE; // 0x0000_0000_0000_ffe6usizeExpand description
Biggest possible length of the compressed data (excluding header + footer).
Equal to MAX_BLOCK_SIZE - 26 = 65510.
