Class XXHash32
java.lang.Object
org.apache.commons.compress.compressors.lz4.XXHash32
- All Implemented Interfaces:
Checksum
Implementation of the xxhash32 hash algorithm.
- Since:
- 1.14
- See Also:
-
Constructor Details
-
XXHash32
public XXHash32()Creates an XXHash32 instance with a seed of 0. -
XXHash32
public XXHash32(int seed) Creates an XXHash32 instance.- Parameters:
seed- the seed to use
-
-
Method Details
-
getValue
public long getValue() -
reset
public void reset() -
update
public void update(byte[] b, int off, int len) -
update
public void update(int b)
-