You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Fredrik Kjellberg (JIRA)" <ji...@apache.org> on 2012/10/04 20:59:47 UTC

[jira] [Updated] (IO-346) Add ByteArrayOutputStream.toInputStream()

     [ https://issues.apache.org/jira/browse/IO-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fredrik Kjellberg updated IO-346:
---------------------------------

    Attachment: toInputStream.patch
    
> 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