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] | NextEntry | ZipEntry. Returns the next entry from this ZipInputStream or null if
no more entries are present. |
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. 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