Manifest.Write(Stream) Method

Definition

Writes the Manifest to the specified OutputStream.

[Android.Runtime.Register("write", "(Ljava/io/OutputStream;)V", "GetWrite_Ljava_io_OutputStream_Handler")]
public virtual void Write (System.IO.Stream? out);
[<Android.Runtime.Register("write", "(Ljava/io/OutputStream;)V", "GetWrite_Ljava_io_OutputStream_Handler")>]
abstract member Write : System.IO.Stream -> unit
override this.Write : System.IO.Stream -> unit

Parameters

out
Stream

the output stream

Attributes

Exceptions

If an error occurs writing the Manifest.

Remarks

Java documentation for java.util.jar.Manifest.write(java.io.OutputStream).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to