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

Within the POF stream, skip the next POF value.

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

Syntax

C#
public static void SkipValue(
	DataReader reader
)

Parameters

reader
Type: Tangosol.IO..::.DataReader
The DataReader containing the POF stream.

See Also