Language

AssetManager.AssetInputStream.Available Method

Definition

Returns an estimate of the number of bytes that can be read or skipped without blocking.

[Android.Runtime.Register("available", "()I", "")]
public override sealed int Available();
[<Android.Runtime.Register("available", "()I", "")>]
override this.Available : unit -> int

Returns

An estimate of bytes available without blocking, or zero when no bytes are available or end of stream is reached.

Attributes

Remarks

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