FilterOutputStream.Out Property

Definition

The underlying output stream to be filtered.

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

Property Value

Attributes

Remarks

The underlying output stream to be filtered.

Java documentation for java.io.FilterOutputStream.out.

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