Package org.agrona.checksum
Class Crc32
java.lang.Object
org.agrona.checksum.Crc32
- All Implemented Interfaces:
Checksum
Implementation of the
Checksum interface that computes CRC-32 checksum.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintcompute(long address, int offset, int length) Computes a checksum based on the contents of ajava.nio.DirectByteBuffer.
-
Field Details
-
INSTANCE
Singleton instance to compute CRC-32 checksum.
-
-
Method Details
-
compute
public int compute(long address, int offset, int length) Computes a checksum based on the contents of ajava.nio.DirectByteBuffer.
-