Share via


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
System_CAPS_pubmethodSystem_CAPS_static Compress(Type, CompressionLevel, Byte[])

Compresses data.

System_CAPS_pubmethod CompressData(Byte[], CompressionLevel)

Compresses data.

System_CAPS_pubmethodSystem_CAPS_static Decompress(Type, Byte[])

Decompresses data into a byte array.

System_CAPS_pubmethodSystem_CAPS_static Decompress(Type, CompressedData)

Decompresses data into a byte array.

System_CAPS_pubmethod DecompressData(Byte[])

Decompresses data into a byte array.

System_CAPS_pubmethod DecompressData(CompressedData)

Decompresses data into a byte array.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static GetICompression(MessageCompression)

Gets the compressor for a MessageCompression enumeration value.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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