JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
org.agrona.checksum.Checksum
Packages that use
Checksum
Package
Description
org.agrona.checksum
Uses of
Checksum
in
org.agrona.checksum
Classes in
org.agrona.checksum
that implement
Checksum
Modifier and Type
Class
Description
final class
Crc32
Implementation of the
Checksum
interface that computes CRC-32 checksum.
final class
Crc32c
Implementation of the
Checksum
interface that computes CRC-32C checksum.