Package com.biglybt.core.util
Class CRC32C
java.lang.Object
com.biglybt.core.util.CRC32C
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getValue()
void
update
(byte[] bytes) void
updateWord
(byte[] bytes, boolean reverse)
-
Field Details
-
CONSTANTS
private static final long[] CONSTANTS -
value
private long value
-
-
Constructor Details
-
CRC32C
public CRC32C()
-
-
Method Details
-
update
public void update(byte[] bytes) -
updateWord
public void updateWord(byte[] bytes, boolean reverse) -
getValue
public long getValue()
-