Click or drag to resize

BinaryDeltaCompressorWriteExtract Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Encode a binary diff "extract" operator to indicate that bytes should be copied from the old value to the new value.

Namespace:  Tangosol.IO
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected static DataWriter WriteExtract(
	DataWriter writer,
	int cbMax,
	int of,
	int cb
)

Parameters

writer
Type: Tangosol.IODataWriter
The existing DataWriter for the diff, or null
cbMax
Type: SystemInt32
The expected resulting size of the write buffer.
of
Type: SystemInt32
The offset of the old buffer to append.
cb
Type: SystemInt32
The length of the old buffer to append.

Return Value

Type: DataWriter
A DataWriter, never null.
See Also