The IDeltaCompressor interface provides the capability of comparing two in-memory buffers containing an old and a new value, and producing a result (called a "delta") that can be applied to the old value to create the new value.

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

Syntax

C#
public interface IDeltaCompressor

See Also