@Deprecated
public final class Crc32c
extends java.lang.Object
implements java.util.zip.Checksum
| Constructor and Description |
|---|
Crc32c()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getValue()
Deprecated.
Returns the value of the checksum.
|
void |
reset()
Deprecated.
Resets the crc.
|
void |
update(byte[] bArray,
int off,
int len)
Deprecated.
Updates the checksum with an array of bytes.
|
void |
update(int b)
Deprecated.
Updates the checksum with a new byte.
|
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