Package com.biglybt.core.util
Class CRC32C
- java.lang.Object
-
- com.biglybt.core.util.CRC32C
-
public class CRC32C extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CRC32C()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getValue()
void
update(byte[] bytes)
void
updateWord(byte[] bytes, boolean reverse)
-