Click or drag to resize

PofStreamReaderAdvanceTo Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Advance through the POF stream until the specified property is found.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual 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.
Remarks
If the property is found, return true, otherwise return false and advance to the first property that follows the specified property.
See Also