Java.Util.Zip.ZipFile.GetInputStream Method
Returns an input stream on the data of the specified ZipEntry.

Syntax

[Android.Runtime.Register("getInputStream", "(Ljava/util/zip/ZipEntry;)Ljava/io/InputStream;", "GetGetInputStream_Ljava_util_zip_ZipEntry_Handler")]
public virtual System.IO.Stream GetInputStream (ZipEntry entry)

Parameters

entry
the ZipEntry.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an IOException occurs.
Java.Lang.IllegalStateExceptionif this zip file has been closed.

Remarks

Returns an input stream on the data of the specified ZipEntry.

[Android Documentation]

Requirements

Namespace: Java.Util.Zip
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1