Expand description
Deflate64 implementation based on .NET System.IO.Compression.
This is made to unzip zip file with deflate64 made with windows 11.
Modules§
- checkpoint
checkpoint - Checkpoint support for saving and restoring partial decompression progress.
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