BinaryDeltaCompressorCreateDelta Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Actually create a delta in the binary delta format. This method is
designed to be overridden by subclasses that have more intimate
knowledge of the contents of the buffers.
Namespace:
Tangosol.IO
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected Binary CreateDelta(
Binary binOld,
Binary binNew
)
Parameters
- binOld
- Type: Tangosol.UtilBinary
The old value.
- binNew
- Type: Tangosol.UtilBinary
The new value.
Return Value
Type:
Binary
A delta in the binary delta format.
See Also