Srikanth Reddy Lingala
Srikanth Reddy Lingala
I was successfully able to extract with the scenario you mentioned. This is the structure of the files in the zip file:  I generated the zip file like this:...
Yes, you can merge split zip files with zip4j. [Here][1] is the documentation and a sample. [1]: https://github.com/srikanth-lingala/zip4j#merging-split-zip-files-into-a-single-zip
I understood your question wrong earlier. Unfortunately, such feature is not supported yet. It will be a good feature to add though. I will mark this thread as a new...
Please leave it open. I will implement this feature in zip4j. I will close it when it is implemented.
You cannot get a password from a zip file
Split zip file cannot be created by an OutputStream unfortunately. This feature needs random file access, which cannot be done via streams.
Do you still need any support with this issue? If yes, please provide more details like which version of zip4j you are using, your code snippet, etc.
Try to use the latest version of zip4j to see if that fixes the issue. There is not a lot I could help with the information in the issue.
Closing this issue as there is no further feedback. If you still face this issue, please feel free to reopen, but please provide some additional details for me to look...
I am answering this post quite late, but maybe it might help you if you are still looking into it or maybe someone else looking into a similar issue. >...