You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2013/04/21 01:25:16 UTC

[jira] [Resolved] (IO-330) IOUtils#toBufferedOutputStream/toBufferedWriter to conditionally wrap the output

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

Sebb resolved IO-330.
---------------------

       Resolution: Fixed
    Fix Version/s: 2.5

URL: http://svn.apache.org/r1470251
Log:
IO-330 IOUtils#toBufferedOutputStream/toBufferedWriter to conditionally wrap the output
Added asBufferedInputStream, asBufferedOutputStream, asBufferedReader, asBufferedWriter

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

                
> IOUtils#toBufferedOutputStream/toBufferedWriter to conditionally wrap the output
> --------------------------------------------------------------------------------
>
>                 Key: IO-330
>                 URL: https://issues.apache.org/jira/browse/IO-330
>             Project: Commons IO
>          Issue Type: New Feature
>            Reporter: Sebb
>             Fix For: 2.5
>
>
> Might be worth providing output analogues of IOUtils#toBufferedReader().
> i.e., if the OutputStream or Writer is not buffered, then wrap it in the corresponding Buffered... class.
> Unfortunately, the input method name toBufferedInputStream is already in use, and does not perform the equivalent conversion of an InputStream.
> The new methods could use a different prefix, e.g.
> asBufferedOutputStream, asBufferedWriter.
> Could then create the equivalent input methods and deprecate toBufferedReader in favour of asBufferedReader.

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