Click or drag to resize

IPofReaderCreateNestedPofReader Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Obtain an IPofReader that can be used to read a set of properties from a single property of the current user type. The returned IPofReader is only valid from the time that it is returned until the next call is made to this IPofReader.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
IPofReader CreateNestedPofReader(
	int iProp
)

Parameters

iProp
Type: SystemInt32
The property index to read from.

Return Value

Type: IPofReader
An IPofReader that reads its contents from a single property of this IPofReader.
Exceptions
ExceptionCondition
InvalidOperationException If the POF stream has already advanced past the desired property, or if no user type is being parsed.
IOException if an I/O error occurs
See Also