Java.Util.Zip.ZipFile Members

The members of Java.Util.Zip.ZipFile are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new ZipFile allowing read access to the contents of the given file.
Constructs a new ZipFile allowing read access to the contents of the given file.
Documentation for this section has not yet been entered.
Constructs a new ZipFile allowing access to the given file.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
OpenDeleteint (4). Delete zip file when closed.
const
OpenReadint (1). Open zip file for reading.

Public Properties

[read-only]
Commentstring. Returns this file's comment, or null if it doesn't have one.
[read-only]
Namestring. Gets the file name of this ZipFile.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.