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

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();
      }


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

              Created:
              Updated: