[
https://issues.apache.org/jira/browse/IO-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235699#comment-13235699
]
Michael McCandless commented on IO-311:
---------------------------------------
Maybe this bug should be fixed before releasing 2.2? It's fairly nasty.
When used this method (readFully) in Lucene, the bug (completely ignoring the
offset parameter) caused immediate failures in our tests.
Also, this is new code in 2.2 I think? I see one other readFully in 2.1 (in
SwappedDataInputStream), and it looks correct (respects the incoming offset).
> 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