IOUtils.read(InputStream/Reader) ignores the offset parameter
-------------------------------------------------------------

                 Key: IO-311
                 URL: https://issues.apache.org/jira/browse/IO-311
             Project: Commons IO
          Issue Type: Bug
          Components: Utilities
            Reporter: Robert Muir
         Attachments: IO-311.patch

IOUtils.read(InputStream input, byte[] buffer, int offset, int length) and
read(Reader input, char[] buffer, int offset, int length) don't take the 
offset parameter into account...


--
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