You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: