Click or drag to resize

PofStreamReaderUserTypeReaderCreateNestedPofReader Method

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

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

Parameters

iProp
Type: SystemInt32
the property index to read from

Return Value

Type: IPofReader
a PofReader that reads its contents from a single property of this PofReader

Implements

IPofReaderCreateNestedPofReader(Int32)
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