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

ReaderInputStream doesn't support marking

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.4
    • None
    • Streams/Writers
    • None

    Description

      org.apache.commons.io.input.ReaderInputStream doesn't override markSupported() and mark(), which essentially means it doesn't support marking at all. That doesn't seem necessary, since it could just delegate it to the base reader. Indeed, I've discovered this problem while wrapping a StringReader (which instead supports marking).

      Attachments

        Activity

          People

            Unassigned Unassigned
            zakmck Marco Brandizi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: