Java.Util.Jar.Manifest.Read Method
Merges name/attribute pairs read from the input stream is into this manifest.

Syntax

[Android.Runtime.Register("read", "(Ljava/io/InputStream;)V", "GetRead_Ljava_io_InputStream_Handler")]
public virtual void Read (System.IO.Stream is)

Parameters

is
The InputStream to read from.

Exceptions

TypeReason
Java.IO.IOExceptionIf an error occurs reading the manifest.

Remarks

Merges name/attribute pairs read from the input stream is into this manifest.

[Android Documentation]

Requirements

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