Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.7.4
-
Fix Version/s: None
-
Component/s: groovy-jdk
-
Labels:None
-
Environment:All
-
Number of attachments :
Description
Groovy does not have a more user-friendly ZipFile class.
It will be good to have a groovy implementation with support for
a) zipFile.each() or zipFile.eachEntry() - executes a closure for each entry
b) zipFile.eachEntryMatch(Object nameFilter, Closure c)
I think you can use Tim Yates Groovy-Common-Extensions for this. see: https://github.com/timyates/groovy-common-extensions#zip-and-unzip