Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The BinaryDeltaCompressor type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ApplyDelta |
Apply a delta to an old value in order to create a new value.
| |
| CreateDelta |
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.
| |
| EnsureWriter |
Make sure that a DataWriter exists if one doesn't already.
| |
Determines whether the specified (Inherited from | ||
| ExtractDelta |
Compare an old value to a new value and generate a delta that
represents the changes that must be made to the old value in order to
transform it into the new value.
| |
Allows an (Inherited from | ||
| FinalizeDelta |
Convert an open delta output stream into a finalized Binary delta.
| |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a (Inherited from | ||
| WriteAppend |
Encode a binary diff "append" operator to indicate that bytes should
be appended from the delta stream to the new value.
| |
| WriteExtract |
Encode a binary diff "extract" operator to indicate that bytes should
be copied from the old value to the new value.
|