|   | Pattern | 
 Inheritance Hierarchy
Inheritance Hierarchy
         Syntax
SyntaxThe PatternCompressor type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PatternCompressor | Creates a new instance of the PatternCompressor with the given compression strength. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CompressedBuffer | Gets or sets the buffer into which compressed values are written. | 
|  | CompressedBufferLength | Gets the amount of compressed data in the compressed buffer. | 
|  | CompressionStrength | Gets or sets the compression strength of the PatternCompressor. | 
|  | MaxCompressedBufferLength | Gets or sets the maximum compressed buffer length. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Compress(Byte) | Compresses the given value and places it in the compressed buffer. | 
|  | Compress(Byte) | Compresses all of the data in the given buffer. | 
|  | Compress(Double) | Compresses the given value and places it in the compressed buffer. | 
|  | Compress(Int16) | Compresses the given value and places it in the compressed buffer. | 
|  | Compress(Int32) | Compresses the given value and places it in the compressed buffer. | 
|  | Compress(Int64) | Compresses the given value and places it in the compressed buffer. | 
|  | Compress(ISupportBinaryImage) | Compresses the given value and places it in the compressed buffer. | 
|  | Compress(Single) | Compresses the given value and places it in the compressed buffer. | 
|  | Compress(UInt16) | Compresses the given value and places it in the compressed buffer. | 
|  | Compress(UInt32) | Compresses the given value and places it in the compressed buffer. | 
|  | Compress(UInt64) | Compresses the given value and places it in the compressed buffer. | 
|  | Compress(Byte, Int32) | Compresses length bytes of data in the given buffer. | 
|  | Compress(Byte, Int32, Int32) | Compresses length bytes of data in the given buffer, starting at offset. | 
|   | 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. | 
|  | EmptyCompressedBuffer | Sets CompressedBufferLength to zero and allows the compressor to write over the values in the compressed buffer. | 
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | 
|  | Reset | Resets the compressor by flushing the back buffer. Subsequent calls to the Compress methods will not be compressed using previously compressed values. | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | GetEnumValueOrDefault | Gets the enumeration constant for value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
|  | GetEnumValueOrDefaultT | Gets the enumeration constant for this value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
 See Also
See Also