Click or drag to resize

PofStreamReaderUserTypeReaderAdvanceTo Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Advance through the POF stream until the specified property is found.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected override bool AdvanceTo(
	int index
)

Parameters

index
Type: SystemInt32
The index of the property to advance to.

Return Value

Type: Boolean
true if the property is found.
Exceptions
ExceptionCondition
InvalidOperationException If the POF stream has already advanced past the desired property.
IOException If an I/O error occurs.
Remarks
If the property is found, return true, otherwise return false and advance to the first property that follows the specified property.
See Also