Package org.apache.commons.codec.digest
Class XXHash32
- java.lang.Object
 - 
- org.apache.commons.codec.digest.XXHash32
 
 
- 
- All Implemented Interfaces:
 java.util.zip.Checksum
- Direct Known Subclasses:
 XXHash32
public class XXHash32 extends java.lang.Object implements java.util.zip.ChecksumImplementation of the xxHash32 hash algorithm.Copied from Commons Compress 1.14 https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=blob;f=src/main/java/org/apache/commons/compress/compressors/lz4/XXHash32.java;h=a406ffc197449be594d46f0d2712b2d4786a1e68;hb=HEAD
NotThreadSafe
- Since:
 - 1.11
 - See Also:
 - xxHash
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetValue()voidreset()voidupdate(byte[] b, int off, int len)voidupdate(int b) 
 - 
 
- 
- 
Method Detail
- 
getValue
public long getValue()
- Specified by:
 getValuein interfacejava.util.zip.Checksum
 
- 
reset
public void reset()
- Specified by:
 resetin interfacejava.util.zip.Checksum
 
- 
update
public void update(byte[] b, int off, int len)- Specified by:
 updatein interfacejava.util.zip.Checksum
 
- 
update
public void update(int b)
- Specified by:
 updatein interfacejava.util.zip.Checksum
 
 - 
 
 -