BinaryDeltaCompressorOP_EXTRACT Field |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
A binary delta operator that instructs the
ApplyDelta(Binary, Binary) method
to extract bytes from the old value and append them to the new value.
The format is the one-byte OP_EXTRACT indicator followed by a packed
int offset and packed int length. The offset and length indicate the
region of the old value to extract and append to the new value.
Namespace:
Tangosol.IO
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected const byte OP_EXTRACT = 1
Field Value
Type:
Byte
See Also