Org.W3c.Dom.LS.ILSInput.ByteStream Property
An attribute of a language and binding dependent type that represents a stream of bytes.

Syntax

[get: Android.Runtime.Register("getByteStream", "()Ljava/io/InputStream;", "GetGetByteStreamHandler:Org.W3c.Dom.LS.ILSInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[set: Android.Runtime.Register("setByteStream", "(Ljava/io/InputStream;)V", "GetSetByteStream_Ljava_io_InputStream_Handler:Org.W3c.Dom.LS.ILSInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public System.IO.Stream ByteStream { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

An attribute of a language and binding dependent type that represents a stream of bytes.

If the application knows the character encoding of the byte stream, it should set the encoding attribute. Setting the encoding in this way will override any encoding specified in an XML declaration in the data.

Set method documentation [Android Documentation]

An attribute of a language and binding dependent type that represents a stream of bytes.

If the application knows the character encoding of the byte stream, it should set the encoding attribute. Setting the encoding in this way will override any encoding specified in an XML declaration in the data.

Requirements

Namespace: Org.W3c.Dom.LS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8