public synchronized InputStream getInputStream (ZipEntry ze) throws IOException

Overriding: java.util.zip.ZipFile

Returns an input stream for reading the contents of the specified zip file entry.

Parameters:
ze    the zip file entry

Returns:  an input stream for reading the contents of the specified zip file entry

Exceptions:
IOException    if an I/O error has occurred