-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: core-libs
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();
}