Fredrik Kjellberg created IO-346:
------------------------------------

             Summary: Add ByteArrayOutputStream.toInputStream()
                 Key: IO-346
                 URL: https://issues.apache.org/jira/browse/IO-346
             Project: Commons IO
          Issue Type: Improvement
          Components: Streams/Writers
    Affects Versions: 2.4
            Reporter: Fredrik Kjellberg
            Priority: Minor
         Attachments: toInputStream.patch

It would be useful to have a toInputStream() method for reading the stored data 
without allocating a new full size byte array by calling toByteArray().

A flag has been added so reset() do not try to reuse buffers that are currently 
used by an InputStream. I think this fixes the safety/consistency issue raised 
in IO-137.

Test cases for the new method with and without reset being called are included 
in the patch.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to