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.137 -- Release Build+b90947bdc517a875647d9003b61f08e3db816b33
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