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 2012/05/28 17:57:25 UTC

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

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

        

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

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

Gary D. Gregory updated IO-330:
-------------------------------

    Description: 
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.
    Environment:     (was: 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.)
    
> 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
>            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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira