The BinaryDeltaCompressor type exposes the following members.

Methods

  NameDescription
Public methodApplyDelta
Apply a delta to an old value in order to create a new value.
Protected methodCreateDelta
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.
Protected methodStatic memberEnsureWriter
Make sure that a DataWriter exists if one doesn't already.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExtractDelta
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.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodStatic memberFinalizeDelta
Convert an open delta output stream into a finalized Binary delta.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Protected methodStatic memberWriteAppend
Encode a binary diff "append" operator to indicate that bytes should be appended from the delta stream to the new value.
Protected methodStatic memberWriteExtract
Encode a binary diff "extract" operator to indicate that bytes should be copied from the old value to the new value.

See Also