icsharpcode / SharpZipLib

#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.

Home Page:http://icsharpcode.github.io/SharpZipLib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support seeking for non-compressed zip file

Sardelka9515 opened this issue · comments

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

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".