Sebb created IO-330:
-----------------------

             Summary: IOUtils#oBufferedOutputStream/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
         Environment: 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.
            Reporter: Sebb




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to