Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Determine if the specified byte array contains a packed 32-bit integer.

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

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

[Missing <returns> documentation for "M:Tangosol.IO.Pof.PofHelper.ContainsPackedInt32(System.Byte[],System.Int32)"]

See Also