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.

Structsยง

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