srikanth-lingala / zip4j

A Java library for zip files and streams
Apache License 2.0
2k stars 307 forks source link

Unable to all files within a password protected file using streams #508

Open sebastiandenker-markanthony-com opened 11 months ago

sebastiandenker-markanthony-com commented 11 months ago

When following provided example "Extract files with ZipInputStream ", the getNextEntry from the ZipInputStream only returns first entry in zip file and then returns null. I find no way to continue extracting next entry. Please advise. Thanks