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

Sebb resolved IO-233.
---------------------

       Resolution: Fixed
    Fix Version/s:     (was: 3.x)
                   2.5

URL: http://svn.apache.org/r1483859
Log:
IO-233 IO-330 Add Methods for Buffering Streams/Writers To IOUtils

Modified:
    commons/proper/io/trunk/src/changes/changes.xml
    commons/proper/io/trunk/src/main/java/org/apache/commons/io/IOUtils.java
    
commons/proper/io/trunk/src/test/java/org/apache/commons/io/IOUtilsTestCase.java

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