jmloudis opened a new pull request, #457: URL: https://github.com/apache/commons-io/pull/457
Hello team, Implemented a new overloaded readFileToByteArray() method that creates byte[] based on offset and length parameters. This is a new feature that was request by the following [jira ticket](https://issues.apache.org/jira/projects/IO/issues/IO-548?filter=allissues). - The file will be read starting by the arrayOffset parameter and read up until the arrayLength parameter based on the byte[] index. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
