Click or drag to resize

IDeltaCompressorApplyDelta Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Apply a delta to an old value in order to create a new value.

Namespace:  Tangosol.IO
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
Binary ApplyDelta(
	Binary binOld,
	Binary binDelta
)

Parameters

binOld
Type: Tangosol.UtilBinary
The old value.
binDelta
Type: Tangosol.UtilBinary
The delta information returned from ExtractDelta(Binary, Binary) to apply to the old value.

Return Value

Type: Binary
The new value.
See Also