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

        

Reply via email to