public final class Crc32c
extends java.lang.Object
implements java.util.zip.Checksum
| Constructor and Description |
|---|
Crc32c() |
public void update(int b)
update in interface java.util.zip.Checksumb - the new byte.public void update(byte[] bArray,
int off,
int len)
update in interface java.util.zip.ChecksumbArray - the array of bytes.off - the offset into the array where the update should begin.len - the length of data to examine.public long getValue()
getValue in interface java.util.zip.Checksumpublic void reset()
reset in interface java.util.zip.Checksum