JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
org.agrona.checksum
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
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.