oleg-cherednik / zip4jvm

zip files support for JDK application: split, zip64, encryption, streaming
https://github.com/oleg-cherednik/zip4jvm
Apache License 2.0
26 stars 3 forks source link

Add option to recursively extract zip file #61

Open oleg-cherednik opened 1 year ago

oleg-cherednik commented 1 year ago

In case zip file contains another zip files and so on, we should add a boolean option recursive to extract all included zip files.