Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support seeking for non-compressed zip file #781

Open
Sardelka9515 opened this issue Oct 3, 2022 · 1 comment
Open

Support seeking for non-compressed zip file #781

Sardelka9515 opened this issue Oct 3, 2022 · 1 comment
Labels
enhancement Feature request or other improvements of existing functionality zip Related to ZIP file format

Comments

@Sardelka9515
Copy link

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

@piksel piksel added enhancement Feature request or other improvements of existing functionality zip Related to ZIP file format labels Oct 3, 2022
@piksel
Copy link
Member

piksel commented Oct 3, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request or other improvements of existing functionality zip Related to ZIP file format
Projects
None yet
Development

No branches or pull requests

2 participants