[
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