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 deflate64 (deflate enhanced) support #526

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

Conversation

bmlong137
Copy link

This will allow decompression of large ZIPs created by Windows. It adds Apache's commons-compress as a dependency (the only dependency for this project) to do the work. If that is an issue and licenses are compatible, we could reproduce the implementation. However, including commons-compress could be an avenue for more broad algorithm support.

It will not compress ZIPs using deflate64. Oddly, I couldn't find that capability in commons-compress. It instead throws a ZipException.

@oleg-cherednik
Copy link

@bmlong137 I have looking for the opend solution for deflate64 and even an algorithm description to implement it myself, but also have not succeeded.

@bmlong137
Copy link
Author

For the record, this change adds support for the decompression of deflate64 ZIPs; just not compression of them.

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.

2 participants