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 for CompressionLevel zero for DEFLATE #416

Closed
agollamandala opened this issue Mar 24, 2022 · 1 comment
Closed

Support for CompressionLevel zero for DEFLATE #416

agollamandala opened this issue Mar 24, 2022 · 1 comment
Assignees
Labels
new-feature New feature or request resolved

Comments

@agollamandala
Copy link

Hi,

We are shifting from java.util.zip to Zip4j to use the password feature. As we are working with streams for input, we are not able to use STORE compression method as it requires stream length to be calculated beforehand. Kindly please add CompressionLevel zero support for DEFLATE compression methods as it will be useful for us to continue working with streams without additional calculation/storage overhead.

Thanks and regards,
Abhilash.

@srikanth-lingala
Copy link
Owner

Feature added in v2.10.0 released today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature New feature or request resolved
Projects
None yet
Development

No branches or pull requests

2 participants