org.jacoco.core.internal.data
Class CRC64

java.lang.Object
  extended by org.jacoco.core.internal.data.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:


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

Method Detail

classId

public static long classId(byte[] bytes)
Calculates class identifier for the given class bytes.

Parameters:
bytes - class bytes
Returns:
class identifier


Copyright © 2009–2024 Mountainminds GmbH & Co. KG. All rights reserved.