icsharpcode / SharpZipLib

#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
http://icsharpcode.github.io/SharpZipLib/
MIT License
3.73k stars 976 forks source link

Support seeking for non-compressed zip file #781

Open Sardelka9515 opened 2 years ago

Sardelka9515 commented 2 years ago

AFAIK non-compressed zip archive should support random reading, it'll be nice if this library supports it as well.

piksel commented 2 years ago

Every entry has it's own compression, but yeah, in theory it should be possible to support seeking when the current entry uses Store "compression".