PipedInputStream.Buffer Property

Definition

The circular buffer into which incoming data is placed.

[Android.Runtime.Register("buffer")]
protected System.Collections.Generic.IList<byte>? Buffer { get; set; }
[<Android.Runtime.Register("buffer")>]
member this.Buffer : System.Collections.Generic.IList<byte> with get, set

Property Value

Attributes

Remarks

The circular buffer into which incoming data is placed.

Added in 1.1.

Java documentation for java.io.PipedInputStream.buffer.

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