You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Michael Wooten (JIRA)" <ji...@apache.org> on 2010/03/04 17:45:27 UTC

[jira] Created: (IO-233) Add Methods for Buffering Streams/Writers To IOUtils

Add Methods for Buffering Streams/Writers To IOUtils
----------------------------------------------------

                 Key: IO-233
                 URL: https://issues.apache.org/jira/browse/IO-233
             Project: Commons IO
          Issue Type: Improvement
          Components: Streams/Writers
    Affects Versions: 2.0
         Environment: Java 1.4+
            Reporter: Michael Wooten
            Priority: Minor
             Fix For: 2.0


I suggest adding utility methods for buffering streams and writers to the IOUtils class. The methods would have the following signatures:

BufferedInputStream buffer(InputStream inputStream)
BufferedOutputStream buffer(OutputStream outputStream)
BufferedReader buffer(Reader reader)
BufferedWriter buffer(Writer writer)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (IO-233) Add Methods for Buffering Streams/Writers To IOUtils

Posted by "Niall Pemberton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IO-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niall Pemberton updated IO-233:
-------------------------------

    Fix Version/s: 2.x
                       (was: 2.0)

Needs a patch

> Add Methods for Buffering Streams/Writers To IOUtils
> ----------------------------------------------------
>
>                 Key: IO-233
>                 URL: https://issues.apache.org/jira/browse/IO-233
>             Project: Commons IO
>          Issue Type: Improvement
>          Components: Streams/Writers
>    Affects Versions: 2.0
>         Environment: Java 1.4+
>            Reporter: Michael Wooten
>            Priority: Minor
>             Fix For: 2.x
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> I suggest adding utility methods for buffering streams and writers to the IOUtils class. The methods would have the following signatures:
> BufferedInputStream buffer(InputStream inputStream)
> BufferedOutputStream buffer(OutputStream outputStream)
> BufferedReader buffer(Reader reader)
> BufferedWriter buffer(Writer writer)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.