Skip to main content

Crate deflate64

Crate deflate64 

Source
Expand description

Deflate64 implementation based on .NET System.IO.Compression.

This is made to unzip zip file with deflate64 made with windows 11.

Modules§

checkpointcheckpoint
Checkpoint support for saving and restoring partial decompression progress.

Structs§

Deflate64Decoder
The reader the decompresses deflate64 from another BufRead.
InflateResult
A structure containing result of streaming inflate.
InflaterManaged
The streaming Inflater for deflate64