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

Sebb updated IO-330:
--------------------

    Summary: IOUtils#toBufferedOutputStream/toBufferedWriter to conditionally 
wrap the output  (was: IOUtils#oBufferedOutputStream/toBufferedWriter to 
conditionally wrap the output)
    
> 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
>
> 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

Reply via email to