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

Enable overriding (de)compressors per file #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nagsubram
Copy link

Fixes #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.

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
Copy link
Author

@alexmullins please can you take a look at this PR and help get this merged? Thanks!

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 this pull request may close these issues.

Add support to enable overriding (de)compressors per file
1 participant