Java.Util.Jar.Manifest.Write Method
Writes this Manifest's name/attributes pairs to the given OutputStream.

Syntax

[Android.Runtime.Register("write", "(Ljava/io/OutputStream;)V", "GetWrite_Ljava_io_OutputStream_Handler")]
public virtual void Write (System.IO.Stream os)

Parameters

os
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionIf an error occurs writing the Manifest.

Remarks

Writes this Manifest's name/attributes pairs to the given OutputStream. The MANIFEST_VERSION or SIGNATURE_VERSION attribute must be set before calling this method, or no attributes will be written.

[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