You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Oleg Kalnichevski (Created) (JIRA)" <ji...@apache.org> on 2011/12/29 20:21:30 UTC

[jira] [Created] (IO-297) CharSequenceInputStream to efficiently stream content of a CharSequence

CharSequenceInputStream to efficiently stream content of a CharSequence
-----------------------------------------------------------------------

                 Key: IO-297
                 URL: https://issues.apache.org/jira/browse/IO-297
             Project: Commons IO
          Issue Type: Improvement
            Reporter: Oleg Kalnichevski


CharSequenceInputStream implementation can be used to efficiently stream content of a CharSequence. This can be useful when streaming out a large body of text to a network socket without having to create an intermediate byte array containing the entire content in binary form (using String#toByteArray() or similar).

--
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] [Closed] (IO-297) CharSequenceInputStream to efficiently stream content of a CharSequence

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

Gary D. Gregory closed IO-297.
------------------------------


Version 2.2 has been released and addresses this issue.
                
> CharSequenceInputStream to efficiently stream content of a CharSequence
> -----------------------------------------------------------------------
>
>                 Key: IO-297
>                 URL: https://issues.apache.org/jira/browse/IO-297
>             Project: Commons IO
>          Issue Type: Improvement
>            Reporter: Oleg Kalnichevski
>             Fix For: 2.2
>
>         Attachments: commons-io-charseqinputstream.patch
>
>
> CharSequenceInputStream implementation can be used to efficiently stream content of a CharSequence. This can be useful when streaming out a large body of text to a network socket without having to create an intermediate byte array containing the entire content in binary form (using String#toByteArray() or similar).

--
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-297) CharSequenceInputStream to efficiently stream content of a CharSequence

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

Oleg Kalnichevski updated IO-297:
---------------------------------

    Attachment: commons-io-charseqinputstream.patch

Please review / comment.

Oleg
                
> CharSequenceInputStream to efficiently stream content of a CharSequence
> -----------------------------------------------------------------------
>
>                 Key: IO-297
>                 URL: https://issues.apache.org/jira/browse/IO-297
>             Project: Commons IO
>          Issue Type: Improvement
>            Reporter: Oleg Kalnichevski
>         Attachments: commons-io-charseqinputstream.patch
>
>
> CharSequenceInputStream implementation can be used to efficiently stream content of a CharSequence. This can be useful when streaming out a large body of text to a network socket without having to create an intermediate byte array containing the entire content in binary form (using String#toByteArray() or similar).

--
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] [Resolved] (IO-297) CharSequenceInputStream to efficiently stream content of a CharSequence

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

Sebb resolved IO-297.
---------------------

       Resolution: Fixed
    Fix Version/s: 2.2

Thanks very much!
                
> CharSequenceInputStream to efficiently stream content of a CharSequence
> -----------------------------------------------------------------------
>
>                 Key: IO-297
>                 URL: https://issues.apache.org/jira/browse/IO-297
>             Project: Commons IO
>          Issue Type: Improvement
>            Reporter: Oleg Kalnichevski
>             Fix For: 2.2
>
>         Attachments: commons-io-charseqinputstream.patch
>
>
> CharSequenceInputStream implementation can be used to efficiently stream content of a CharSequence. This can be useful when streaming out a large body of text to a network socket without having to create an intermediate byte array containing the entire content in binary form (using String#toByteArray() or similar).

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