Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Creates a PofValue instance.

Namespace: Tangosol.IO.Pof.Reflection
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected static AbstractPofValue InstantiatePofValue(
	IPofValue valueParent,
	int nType,
	Binary binValue,
	IPofContext ctx,
	int of,
	DataReader reader
)

Parameters

valueParent
Type: Tangosol.IO.Pof.Reflection..::..IPofValue
Parent POF value.
nType
Type: System..::..Int32
Type identifier of this POF value.
binValue
Type: Tangosol.Util..::..Binary
POF-encoded binary value without the type identifier.
ctx
Type: Tangosol.IO.Pof..::..IPofContext
POF context to use.
of
Type: System..::..Int32
Offset of the parsed value from the beginning of the POF stream.
reader
Type: Tangosol.IO..::..DataReader
DataReader to read the value from.

Return Value

A IPofValue instance.

See Also