-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
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();
}
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();
}