Expand description
Deflate64 implementation based on .NET System.IO.Compression.
This is made to unzip zip file with deflate64 made with windows 11.
Structsยง
- Deflate64
Decoder - The reader the decompresses deflate64 from another BufRead.
- Inflate
Result - A structure containing result of streaming inflate.
- Inflater
Managed - The streaming Inflater for deflate64