Manifest.Write(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Writes the Manifest to the specified OutputStream. Attributes.Name.MANIFEST_VERSION must be set in MainAttributes prior to invoking this method.
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.