FilterInputStream.In Property

Definition

The input stream to be filtered.

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

Property Value

Attributes

Remarks

The input stream to be filtered.

Java documentation for java.io.FilterInputStream.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