Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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).