[ 
https://issues.apache.org/jira/browse/IO-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16126118#comment-16126118
 ] 

BELUGA BEHR commented on IO-548:
--------------------------------

Thanks [~garydgregory].  I don't have time for it at the moment.  This is 
mostly a bookmark for me but perhaps someone new in the community is looking 
for some low hanging fruit.

> Add FileUtils#readFileToByteArray Offset,Size
> ---------------------------------------------
>
>                 Key: IO-548
>                 URL: https://issues.apache.org/jira/browse/IO-548
>             Project: Commons IO
>          Issue Type: New Feature
>          Components: Utilities
>    Affects Versions: 2.5
>            Reporter: BELUGA BEHR
>            Priority: Minor
>
> Please two new versions of {{FileUtils#readFileToByteArray}}:
> # Read from an offset in the file, up to a certain length
> {{byte[] FileUtils#readFileToByteArray(long fileOffset, int fileLength}}
> # Read directly into an existing buffer from a given file offset and buffer 
> length
> {{void FileUtils#readFileToByteArray(byte[] buf, long fileOffset, int 
> fileLength, int bufOffset, int bufLength}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to