Module flate2::mem

source ·

Structs

Raw in-memory compression stream for blocks of data.
Error returned when a compression object is used incorrectly or otherwise generates an error.
Raw in-memory decompression stream for blocks of data.
Error returned when a decompression object finds that the input stream of bytes was not a valid input stream of bytes.

Enums

The inner state for an error when decompressing
Values which indicate the form of flushing to be used when compressing in-memory data.
Values which indicate the form of flushing to be used when decompressing in-memory data.
Possible status results of compressing some data or successfully decompressing a block of data.

Functions