Uploaded image for project: 'Commons Codec'
  1. Commons Codec
  2. CODEC-138

Complete FilterInputStream interface for BaseNCodecInputStream

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.7
    • None

    Description

      Small patch to implement mark and reset in a safe manner.

      markSupported is already implemented, but the other two methods are inherited from the default FilterInputStream implementation, which calls the corresponding methods of the underlying stream. The patch provides a noop implementation for mark, and throws an IOException when reset is called.

      Attachments

        1. CODEC-138.patch
          2 kB
          Thomas Neidhart

        Activity

          People

            Unassigned Unassigned
            tn Thomas Neidhart
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: