Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01
Read a value of the specified encoding from the POF stream and convert it to an Int64.

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

Syntax

C#
public static long ReadAsInt64(
	DataReader reader,
	int typeId
)

Parameters

reader
Type: Tangosol.IO..::..DataReader
The POF stream containing the value.
typeId
Type: System..::..Int32
The POF type of the value.

Return Value

The POF value as an Int64.

Exceptions

ExceptionCondition
System.IO..::..IOException If an I/O error occurs reading the POF stream, or the POF value cannot be coerced to an Int64 value.

See Also