-
Notifications
You must be signed in to change notification settings - Fork 313
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
ZipInputStream did't get all entries for this file #143
Comments
Which files did zip4j miss to unzip? I used The Unarchiver on mac to unzip your zip file, and the content which was extracted by this tool was the same as the content extracted by zip4j. I also checked with java's inbuilt tool and it was also the same here as well. Which tool did you use to unzip the zip file? |
Please test this file with (net.lingala.zip4j.io.inputstream.ZipInputStream) and (net.lingala.zip4j.ZipFile)
result is different: // case 1 // case 2 |
Thanks for the sample code. I was able to reproduce it. Working on a fix. |
Fixed in v2.3.2 released today |
No description provided.
The text was updated successfully, but these errors were encountered: