Share via


FilterReader.In Property

Definition

The underlying character-input stream.

[Android.Runtime.Register("in")]
protected Java.IO.Reader? In { get; set; }
[<Android.Runtime.Register("in")>]
member this.In : Java.IO.Reader with get, set

Property Value

Attributes

Remarks

The underlying character-input stream.

Java documentation for java.io.FilterReader.in.

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