Java.Util.Zip.ZipInputStream Members

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

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

Public Constructors

Constructs a new ZipInputStream to read zip entries from the given input stream.
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 Properties

[read-only]
NextEntryZipEntry. Returns the next entry from this ZipInputStream or null if no more entries are present.

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

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.