[ 
https://issues.apache.org/jira/browse/IO-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebb updated IO-306:
--------------------

    Affects Version/s: 2.1
        Fix Version/s: 2.2
    
> ReaderInputStream#read(byte[] b, int off, int len) should always return 0 for 
> length == 0
> -----------------------------------------------------------------------------------------
>
>                 Key: IO-306
>                 URL: https://issues.apache.org/jira/browse/IO-306
>             Project: Commons IO
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Sebb
>             Fix For: 2.2
>
>
> The method read(byte[] b, int off, int len) should always return 0 if the 
> requested length == 0, even if the stream is empty or at EOF, as that is how 
> the overridden java.io.InputStream method is documented to behave.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to