adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.22k stars 476 forks source link

Added Explode and (un)Reduce #853

Open gjefferyes opened 1 week ago

gjefferyes commented 1 week ago

I added decompression streams for Explode (Zip Type 6) and (un)Reduce (zip Type 2,3,4,5)

adamhathcock commented 1 week ago

Thanks for this! Any chance for some minor zip tests?

Also, please run csharpier as a formatter, it's a tool

gjefferyes commented 1 week ago

HI, Yes I did run csharpier over my code before submitting. If there is a code format you are not happy with, maybe I do not have it configured correctly? Would you like me to also add some test files into ZipReaderTest.cs?