You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2013/04/22 23:03:15 UTC

[jira] [Created] (IO-379) CharSequenceInputStream - add tests for available()

Sebb created IO-379:
-----------------------

             Summary: CharSequenceInputStream - add tests for available()
                 Key: IO-379
                 URL: https://issues.apache.org/jira/browse/IO-379
             Project: Commons IO
          Issue Type: Bug
            Reporter: Sebb


There are currently no tests for the available() method.

Tme method should return an estimate of the number of items remaining, so it should be possible to read - or skip - that many items without reaching EOF.

At present, the code measures the number of CharBuf entries remaining; I think that is wrong - it should be the number of bytes left in the byte stream.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira