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

Add support to enable overriding (de)compressors per file #12

Open
nagsubram opened this issue May 3, 2021 · 0 comments · May be fixed by #13
Open

Add support to enable overriding (de)compressors per file #12

nagsubram opened this issue May 3, 2021 · 0 comments · May be fixed by #13

Comments

@nagsubram
Copy link

Pls can per-Writer compressor and per-Reader decompressor support be added?

This would be similar to what was done in:
golang/go@46300a0

nagsubram added a commit to nagsubram/zip that referenced this issue May 4, 2021
Fixes alexmullins#12
Port of
golang/go@46300a0:
Implement setting the compression level for a zip archive by registering
a per-Writer compressor through Writer.RegisterCompressor.  If no
compressors are registered, fall back to the ones registered at the
package level.  Also implements per-Reader decompressors.
@nagsubram nagsubram linked a pull request May 4, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant