static final class Crc32cHashFunction.Crc32cHasher extends AbstractByteHasher
Modifier and Type | Field and Description |
---|---|
private int |
crc |
(package private) static int[] |
CRC_TABLE |
Constructor and Description |
---|
Crc32cHasher() |
Modifier and Type | Method and Description |
---|---|
HashCode |
hash()
Computes a hash code based on the data that have been provided to this hasher.
|
void |
update(byte b)
Updates this hasher with the given byte.
|
putByte, putBytes, putBytes, putBytes, putChar, putInt, putLong, putShort, update, update, update
putBoolean, putDouble, putFloat, putObject, putString, putUnencodedChars
public void update(byte b)
AbstractByteHasher
update
in class AbstractByteHasher