ChecksumExtensions Class
Defines extension functions related to computing checksums.
Namespace: Gemstone.IO.Checksums.ChecksumExtensionsAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.150 -- Release Build+48015453469a4caad572ad690a8d94f58c900b4e
public static class ChecksumExtensions
Gemstone.IO.Checksums.ChecksumExtensions.ChecksumExtensions = function();
Type.createClass(
'Gemstone.IO.Checksums.ChecksumExtensions.ChecksumExtensions');
- Inheritance
- Object ChecksumExtensions
| Adler32Checksum | Calculates the Adler-32 checksum on specified portion of a buffer. |
| Crc16Checksum | Calculates the CRC16 check-sum on specified portion of a buffer. |
| Crc32Checksum | Calculates the CRC32 check-sum on specified portion of a buffer. |
| CrcCCITTChecksum | Calculates the CRC-CCITT check-sum on specified portion of a buffer. |
| ModBusCrcChecksum | Calculates the CRC-ModBus check-sum on specified portion of a buffer. |
| Xor16Checksum | Calculates word length (16-bit) XOR-based check-sum on specified portion of a buffer. |
| Xor32Checksum | Calculates double-word length (32-bit) XOR-based check-sum on specified portion of a buffer. |
| Xor64Checksum | Calculates quad-word length (64-bit) XOR-based check-sum on specified portion of a buffer. |
| Xor8Checksum | Calculates byte length (8-bit) XOR-based check-sum on specified portion of a buffer. |