Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if this reader is closed or some other I/O error occurs.
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.