Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Write a RawInt128 value to DataWriter.

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

Syntax

C#
public virtual void WritePackedRawInt128(
	DataWriter writer,
	RawInt128 rawInt128
)

Parameters

writer
Type: Tangosol.IO..::..DataWriter
The DataWriter to write to.
rawInt128
Type: Tangosol.IO.Pof..::..RawInt128
RawInt128 value.

Remarks

RawInt128 value, which is represented as array of signed bytes.

See Also