JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH
Package org.agrona.checksum
package
org.agrona.checksum
Related Packages
Package
Description
org.agrona
Data structures and utilities useful for building high-performance Java applications.
All Classes and Interfaces
Interfaces
Classes
Class
Description
Checksum
An interface representing API to compute a data checksum.
Crc32
Implementation of the
Checksum
interface that computes CRC-32 checksum.
Crc32c
Implementation of the
Checksum
interface that computes CRC-32C checksum.