org.jacoco.core.instr
Class CRC64

java.lang.Object
  extended by org.jacoco.core.instr.CRC64

public final class CRC64
extends Object

CRC64 checksum calculator based on the polynom specified in ISO 3309. The implementation is based on the following publications:

Version:
0.4.1.20101007204400
Author:
Marc R. Hoffmann

Method Summary
static long checksum(byte[] data)
          Calculates the CRC64 checksum for the given data array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checksum

public static long checksum(byte[] data)
Calculates the CRC64 checksum for the given data array.

Parameters:
data - data to calculate checksum for
Returns:
checksum value