Org.W3c.Dom.LS.ILSInput.CharacterStream Property
An attribute of a language and binding dependent type that represents a stream of 16-bit units.

Syntax

[get: Android.Runtime.Register("getCharacterStream", "()Ljava/io/Reader;", "GetGetCharacterStreamHandler:Org.W3c.Dom.LS.ILSInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[set: Android.Runtime.Register("setCharacterStream", "(Ljava/io/Reader;)V", "GetSetCharacterStream_Ljava_io_Reader_Handler:Org.W3c.Dom.LS.ILSInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.IO.Reader CharacterStream { 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 16-bit units. The application must encode the stream using UTF-16 (defined in [Unicode] and in [ISO/IEC 10646]). It is not a requirement to have an XML declaration when using character streams. If an XML declaration is present, the value of the encoding attribute will be ignored.

Set method documentation [Android Documentation]

An attribute of a language and binding dependent type that represents a stream of 16-bit units. The application must encode the stream using UTF-16 (defined in [Unicode] and in [ISO/IEC 10646]). It is not a requirement to have an XML declaration when using character streams. If an XML declaration is present, the value of the encoding attribute will be ignored.

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