BufferedReader.ready

BufferedReader.ready

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean ready() throws IOException
Description
Tell whether this stream is ready to be read. A buffered character stream is ready if the buffer is not empty, or if the underlying character stream is ready.

Exceptions
IOException If an I/O error occurs
Overrides
ready in class Reader