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
pub const ZLIB_STORED_BLOCK_OVERHEAD: usize = 5;Per-block overhead for zlib stored blocks: 1-byte header + 2-byte length + 2-byte ~length. See: https://www.zlib.net/zlib_tech.html