Package java.io
Class BufferedReader

Public Method ready

boolean ready()

Overrides:

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Checks if the stream is ready to be read. A bufferd character stream is ready if the buffer is not empty or the underlying character stream is ready.