Share via


SocketImpl.Available Method

Definition

Returns the number of bytes that can be read from this socket without blocking.

[Android.Runtime.Register("available", "()I", "GetAvailableHandler")]
protected abstract int Available ();
[<Android.Runtime.Register("available", "()I", "GetAvailableHandler")>]
abstract member Available : unit -> int

Returns

the number of bytes that can be read from this socket without blocking.

Attributes

Exceptions

if an error occurs while reading the number of bytes.

Remarks

Returns the number of bytes that can be read from this socket without blocking.

Java documentation for java.net.SocketImpl.available().

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