Manifest.Read(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.
Reads the Manifest from the specified InputStream.
[Android.Runtime.Register("read", "(Ljava/io/InputStream;)V", "GetRead_Ljava_io_InputStream_Handler")]
public virtual void Read (System.IO.Stream? is);
[<Android.Runtime.Register("read", "(Ljava/io/InputStream;)V", "GetRead_Ljava_io_InputStream_Handler")>]
abstract member Read : System.IO.Stream -> unit
override this.Read : System.IO.Stream -> unit
Parameters
- is
- Stream
the input stream
- Attributes
Exceptions
If an error occurs reading the manifest.
Remarks
Reads the Manifest from the specified InputStream. The entry names and attributes read will be merged in with the current manifest entries.
Java documentation for java.util.jar.Manifest.read(java.io.InputStream)
.
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.