@Override
public Stream<JarEntry> stream ()

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.

Returns:  an ordered Stream of entries in this ZIP file