Click or drag to resize

PatternCompressor Methods

The PatternCompressor type exposes the following members.

Methods
  Name Description
Public method Compress(Byte) Compresses the given value and places it in the compressed buffer.
Public method Compress(Byte) Compresses all of the data in the given buffer.
Public method Compress(Double) Compresses the given value and places it in the compressed buffer.
Public method Compress(Int16) Compresses the given value and places it in the compressed buffer.
Public method Compress(Int32) Compresses the given value and places it in the compressed buffer.
Public method Compress(Int64) Compresses the given value and places it in the compressed buffer.
Public method Compress(ISupportBinaryImage) Compresses the given value and places it in the compressed buffer.
Public method Compress(Single) Compresses the given value and places it in the compressed buffer.
Public method Compress(UInt16) Compresses the given value and places it in the compressed buffer.
Public method Compress(UInt32) Compresses the given value and places it in the compressed buffer.
Public method Compress(UInt64) Compresses the given value and places it in the compressed buffer.
Public method Compress(Byte, Int32) Compresses length bytes of data in the given buffer.
Public method Compress(Byte, Int32, Int32) Compresses length bytes of data in the given buffer, starting at offset.
Public method Static member CompressBuffer Compress a byte array containing a sequential list of 32-bit structures (e.g., floating point numbers, integers or unsigned integers) using a patterned compression method.
Public method EmptyCompressedBuffer Sets CompressedBufferLength to zero and allows the compressor to write over the values in the compressed buffer.
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method Reset Resets the compressor by flushing the back buffer. Subsequent calls to the Compress methods will not be compressed using previously compressed values.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also