(1.1) java.io.ByteArrayInputStream.mark() ignores input argument

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P2
    • None
    • Affects Version/s: 1.1.8
    • Component/s: core-libs
    • generic
    • generic



      Name: krT82822 Date: 03/29/99


      The code definition for mark method looks like
          public void mark(int markpos) {
      mark = pos;
          }

      it suppose to set new mark position passed from user program.

      public void mark(int markpos){
          mark = markpos;
      }
      (Review ID: 56237)
      ======================================================================

            Assignee:
            Mark Reinhold
            Reporter:
            Kevin Ryan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: