robtimus opened a new pull request #122:
URL: https://github.com/apache/commons-io/pull/122


   `Reader.ready()` returns
   > True if the next read() is guaranteed not to block for input, false 
otherwise
   
   The default implementation is to return false, and that's what 
`CharSequenceReader` inherits. This change overrides `ready()` to return `true` 
if there characters can still be returned.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to