ZLIB_STORED_BLOCK_OVERHEAD

Constant ZLIB_STORED_BLOCK_OVERHEAD 

Source
pub const ZLIB_STORED_BLOCK_OVERHEAD: usize = 5;
Expand description

Per-block overhead for zlib stored blocks: 1-byte header + 2-byte length + 2-byte ~length. See: https://www.zlib.net/zlib_tech.html