Package com.linkedin.alpini.base.hash
Class Crc32
java.lang.Object
com.linkedin.alpini.base.hash.Crc32
- All Implemented Interfaces:
Checksum
CRC32 algorithm as used by Deflate.
-
Constructor Details
-
Crc32
public Crc32()
-
-
Method Details
-
crc32
public static int crc32(int crc32, @Nonnull byte[] buf, int index, int len) -
update
public void update(int b) -
update
public void update(byte[] b) -
update
public void update(byte[] b, int off, int len) -
getValue
public long getValue() -
reset
public void reset()
-