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, putChar, putInt, putLong, putObject, putShort, update, updateputBoolean, putDouble, putFloat, putString, putUnencodedCharspublic void update(byte b)
AbstractByteHasherupdate in class AbstractByteHasher