Kommt natürlich darauf an, was für ein Stream/Reader unterhalb des BufferedReader liegt. Du könntest aber dies versuchen:
Zitat:
Tell 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.