NumberUtilsToCrc Method (Byte, Int32, Int32) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Calculate a CRC32 value from a portion of a byte array.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static uint ToCrc(
byte[] ab,
int of,
int cb
)
Parameters
- ab
- Type: SystemByte
An array of bytes.
- of
- Type: SystemInt32
The offset into the array.
- cb
- Type: SystemInt32
The number of bytes to evaluate.
Return Value
Type:
UInt32
The 32-bit CRC value.
See Also