Java.IO.Reader.Ready Method
Indicates whether this reader is ready to be read without blocking.

Syntax

[Android.Runtime.Register("ready", "()Z", "GetReadyHandler")]
public virtual bool Ready ()

See Also

Reader.Read
Reader.Read(Char[])
Reader.Read(Char[], System.Int32, System.Int32)

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif this reader is closed or some other I/O error occurs.

Remarks

Indicates whether this reader is ready to be read without blocking. Returns true if this reader will not block when read is called, false if unknown or blocking will occur. This default implementation always returns false.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1