SharpZipLib icon indicating copy to clipboard operation
SharpZipLib copied to clipboard

Support seeking for non-compressed zip file

Open Sardelka9515 opened this issue 3 years ago • 1 comments

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

Sardelka9515 avatar Oct 03 '22 04:10 Sardelka9515

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

piksel avatar Oct 03 '22 11:10 piksel