Allow applications to provide buffer (or size) for copyLarge methods?
---------------------------------------------------------------------

                 Key: IO-308
                 URL: https://issues.apache.org/jira/browse/IO-308
             Project: Commons IO
          Issue Type: New Feature
            Reporter: Sebb
            Priority: Minor


Unlike the skip buffer, the copyLarge buffers cannot be shared between threads.
The methods allocate their own buffers as local variables (current size 4096)

It might be worth allowing applications to provide their own buffers, and/or 
specifying the buffer size to be used.


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