Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4224950

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.1.8
    • 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)
      ======================================================================

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: