Java.Util.Zip.ZipInputStream: Method Members

The methods of Java.Util.Zip.ZipInputStream are listed below. For a list of all members, see the ZipInputStream Members list.

See Also: Inherited members from Java.Util.Zip.InflaterInputStream

Public Methods

CloseEntry()
Closes the current zip entry and prepares to read the next entry.

Protected Methods

CreateZipEntry(string) : ZipEntry
creates a Java.Util.Zip.ZipEntry with the given name.