InputSource.CharacterStream Property

Definition

Get the character stream for this input source. -or- Set the character stream for this input source.

public virtual Java.IO.Reader? CharacterStream { [Android.Runtime.Register("getCharacterStream", "()Ljava/io/Reader;", "GetGetCharacterStreamHandler")] get; [Android.Runtime.Register("setCharacterStream", "(Ljava/io/Reader;)V", "GetSetCharacterStream_Ljava_io_Reader_Handler")] set; }
[<get: Android.Runtime.Register("getCharacterStream", "()Ljava/io/Reader;", "GetGetCharacterStreamHandler")>]
[<set: Android.Runtime.Register("setCharacterStream", "(Ljava/io/Reader;)V", "GetSetCharacterStream_Ljava_io_Reader_Handler")>]
member this.CharacterStream : Java.IO.Reader with get, set

Property Value

Reader

The character stream, or null if none was supplied.

Attributes

Remarks

Property getter documentation:

Java documentation for org.xml.sax.InputSource.getCharacterStream().

Property setter documentation:

Java documentation for org.xml.sax.InputSource.setCharacterStream(java.io.Reader).

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

See also