Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Continue to calculate a CRC32 value from a portion of a byte array.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static uint ToCrc(
	byte[] ab,
	int of,
	int cb,
	uint crc
)

Parameters

ab
Type: array<System..::..Byte>[]()[][]
An array of bytes.
of
Type: System..::..Int32
The offset into the array.
cb
Type: System..::..Int32
The number of bytes to evaluate.
crc
Type: System..::..UInt32
The previous CRC value.

Return Value

The 32-bit CRC value.

See Also