ByteArrayInputStream.Count Property

Definition

The index one greater than the last valid character in the input stream buffer.

[Android.Runtime.Register("count")]
protected int Count { get; set; }
[<Android.Runtime.Register("count")>]
member this.Count : int with get, set

Property Value

Attributes

Remarks

The index one greater than the last valid character in the input stream buffer. This value should always be nonnegative and not larger than the length of buf. It is one greater than the position of the last byte within buf that can ever be read from the input stream buffer.

Java documentation for java.io.ByteArrayInputStream.count.

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