NumberUtilsToCrc Method (Byte, Int32, Int32, UInt32) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Continue to calculate a CRC32 value from a portion of a byte
array.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static uint ToCrc(
byte[] ab,
int of,
int cb,
uint crc
)
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.
- crc
- Type: SystemUInt32
The previous CRC value.
Return Value
Type:
UInt32
The 32-bit CRC value.
See Also