ZipFile.getInputStream

ZipFile.getInputStream

Class Overview | Class Members | This Package | All Packages

Syntax
public InputStream getInputStream( ZipEntry ze ) throws IOException
Parameters
ze
the zip file entry
Description
Returns an input stream for reading the contents of the specified ZIP file entry.

Exceptions
ZipException if a ZIP format error has occurred
Exceptions
IOException if an I/O error has occurred