Share via


StringBufferInputStream.Buffer Property

Definition

Caution

deprecated

The string from which bytes are read.

[Android.Runtime.Register("buffer")]
[System.Obsolete("deprecated")]
protected string? Buffer { get; set; }
[<Android.Runtime.Register("buffer")>]
[<System.Obsolete("deprecated")>]
member this.Buffer : string with get, set

Property Value

Attributes

Remarks

The string from which bytes are read.

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