Java.Util.Zip.ZipFile: Method Members

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

See Also: Inherited members from Java.Lang.Object

Public Methods

Close()
Closes this zip file.
Entries() : Java.Util.IEnumeration
Returns an enumeration of the entries.
GetEntry(string) : ZipEntry
Returns the zip entry with the given name, or null if there is no such entry.
GetInputStream(ZipEntry) : System.IO.Stream
Returns an input stream on the data of the specified ZipEntry.
Size() : int
Returns the number of ZipEntries in this ZipFile.