Click or drag to resize

DataWriterWritePackedRawInt128 Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Write a RawInt128 value to DataWriter.

Namespace:  Tangosol.IO
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public virtual void WritePackedRawInt128(
	DataWriter writer,
	RawInt128 rawInt128
)

Parameters

writer
Type: Tangosol.IODataWriter
The DataWriter to write to.
rawInt128
Type: Tangosol.IO.PofRawInt128
RawInt128 value.
Remarks
RawInt128 value, which is represented as array of signed bytes.
See Also