Struct miniz_oxide::inflate::core::DecompressorOxide [−][src]
pub struct DecompressorOxide { /* fields omitted */ }
Expand description
Main decompression struct.
Implementations
Create a new tinfl_decompressor with all fields set to 0.
Returns the adler32 checksum of the currently decompressed data. Note: Will return Some(1) if decompressing zlib but ignoring adler32.
Returns the adler32 that was read from the zlib header if it exists.