Overriding: java.util.zip.ZipFile
Return an ordered Stream over the ZIP file entries. Entries appear in the Stream in the order they appear in the central directory of the ZIP file.
Stream
Returns: an ordered Stream of entries in this ZIP file
Diagram: ZipFile