PofStreamReaderUserTypeReaderAdvanceTo 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)
Syntaxprotected override bool AdvanceTo(
int index
)
Parameters
- index
- Type: SystemInt32
The index of the property to advance to.
Return Value
Type:
Booleantrue if the property is found.
Exceptions
Remarks
If the property is found, return true, otherwise
return false and advance to the first property that
follows the specified property.
See Also