Module flate2::read

source ·
Expand description

Types which operate over Read streams, both encoders and decoders for various formats.

Note that the read decoder types may read past the end of the compressed data while decoding. If the caller requires subsequent reads to start immediately following the compressed data wrap the Read type in a BufReader and use the BufReader with the equivalent decoder from the bufread module and also for the subsequent reads.

Structs