Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Determine if the specified byte array contains a packed 32-bit integer.

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

Syntax

C#
public static bool ContainsPackedInt32(
	byte[] buffer,
	int count
)

Parameters

buffer
Type: array<System..::..Byte>[]()[][]
The byte array that contains the packed 32-bit integer.
count
Type: System..::..Int32
The total number of bytes that have been written into the byte array.

Return Value

true if the specified byte array contains a packed 32-bit integer; false, otherwise.

See Also