Compression Class
An abstract class that defines data compression parameters.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Framework.Compression
Microsoft.ConfigurationManagement.Messaging.Framework.Compression<TCompressor>
Microsoft.ConfigurationManagement.Messaging.Framework.ZlibCompression
Syntax
[SerializableAttribute]
public abstract class Compression
[SerializableAttribute]
public ref class Compression abstract
<SerializableAttribute>
Public MustInherit Class Compression
Methods
Name | Description | |
---|---|---|
Compress(Type, CompressionLevel, Byte[]) | Compresses data. |
|
CompressData(Byte[], CompressionLevel) | Compresses data. |
|
Decompress(Type, Byte[]) | Decompresses data into a byte array. |
|
Decompress(Type, CompressedData) | Decompresses data into a byte array. |
|
DecompressData(Byte[]) | Decompresses data into a byte array. |
|
DecompressData(CompressedData) | Decompresses data into a byte array. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetICompression(MessageCompression) | Gets the compressor for a MessageCompression enumeration value. |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top