Package org.agrona.checksum
Class Crc32c
java.lang.Object
org.agrona.checksum.Crc32c
- All Implemented Interfaces:
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
Single instance to compute CRC-32C checksum.
-
-
Method Details
-
compute
public int compute(long address, int offset, int length) Computes a checksum based on the contents of ajava.nio.DirectByteBuffer.
-