Click or drag to resize

DataReaderReadPackedRawInt128 Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Reads a RawInt128 value from DataReader.

Namespace:  Tangosol.IO
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public virtual RawInt128 ReadPackedRawInt128(
	DataReader reader
)

Parameters

reader
Type: Tangosol.IODataReader
The DataReader to read from.

Return Value

Type: RawInt128
RawInt128 value.
See Also