Make CRC32 Chainable

XMLWordPrintable

      A DESCRIPTION OF THE PROBLEM :
      Please change CRC32 API to return the CRC32 object itself to allow for chaining. Example:

      CRC32 crc = new CRC32();
      for (....) {
        long checksum = crc.reset().update(buffer).getValue();
      }


            Assignee:
            Unassigned
            Reporter:
            Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: