-
Notifications
You must be signed in to change notification settings - Fork 314
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
How can I set the compression level to 2, 4, 6 or 8 #307
Comments
This is unfortunately not possible at the moment. Do you need such fine grained compression levels? I can consider adding it to the enum, but just curious to know the use case you have. |
We are developing a data backup program in our system. In previous versions, we use the original Thank you for your help. I love zip4j. |
Thanks for the explanation. I will add this in the next release. |
Feature added in v2.8.0 released today. |
The
CompressionLevel
is an enum class. There are only levels 1, 3, 5, 7, and 9. How can I set the compression level to 2, 4, 6 or 8?Thank you.
The text was updated successfully, but these errors were encountered: