Package org.jacoco.core.internal.data
Class CRC64
java.lang.Object
org.jacoco.core.internal.data.CRC64
CRC64 checksum calculator based on the polynom specified in ISO 3309. The
implementation is based on the following publications:
- http://en.wikipedia.org/wiki/Cyclic_redundancy_check
- http://www.geocities.com/SiliconValley/Pines/8659/crc.htm
-
Method Summary
Modifier and TypeMethodDescriptionstatic longclassId(byte[] bytes) Calculates class identifier for the given class bytes.
-
Method Details
-
classId
public static long classId(byte[] bytes) Calculates class identifier for the given class bytes.- Parameters:
bytes- class bytes- Returns:
- class identifier
-