ChecksumExtensions Class

Defines extension functions related to computing checksums.

Definition

Namespace: Gemstone.IO.Checksums.ChecksumExtensions
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.110 -- Release Build+5f28d91246fb64a1bf6c938596f3050396eb7eba
public static class ChecksumExtensions
Inheritance
Object    ChecksumExtensions

Methods

Adler32ChecksumCalculates the Adler-32 checksum on specified portion of a buffer.
Crc16ChecksumCalculates the CRC16 check-sum on specified portion of a buffer.
Crc32ChecksumCalculates the CRC32 check-sum on specified portion of a buffer.
CrcCCITTChecksumCalculates the CRC-CCITT check-sum on specified portion of a buffer.
ModBusCrcChecksumCalculates the CRC-ModBus check-sum on specified portion of a buffer.
Xor16ChecksumCalculates word length (16-bit) XOR-based check-sum on specified portion of a buffer.
Xor32ChecksumCalculates double-word length (32-bit) XOR-based check-sum on specified portion of a buffer.
Xor64ChecksumCalculates quad-word length (64-bit) XOR-based check-sum on specified portion of a buffer.
Xor8ChecksumCalculates byte length (8-bit) XOR-based check-sum on specified portion of a buffer.

See Also