ready

open override fun ready(): Boolean

Tells whether this stream is ready to be read. An InputStreamReader is ready if its input buffer is not empty, or if bytes are available to be read from the underlying byte stream.

Throws

IOException

If an I/O error occurs