This is used to iterate over the contents of an archive using a foreach
loop. Please note that the iteration will reuse the ZipEntry instance
passed to your loop. If you wish to keep the instance and re-use it
later, you must use the dup member to create a copy.
This is used to iterate over the contents of an archive using a foreach loop. Please note that the iteration will reuse the ZipEntry instance passed to your loop. If you wish to keep the instance and re-use it later, you must use the dup member to create a copy.