Uploaded image for project: 'Commons IO'
  1. Commons IO
  2. IO-297

CharSequenceInputStream to efficiently stream content of a CharSequence

    XMLWordPrintableJSON

Details

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

      Attachments

        1. commons-io-charseqinputstream.patch
          11 kB
          Oleg Kalnichevski

        Activity

          People

            Unassigned Unassigned
            olegk Oleg Kalnichevski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: