ZlibCompression Class

 

Handles compression with zlib. This is not a general-purpose zlib compression wrapper; it is only compatible with Configuration Manager messages.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Framework::Compression
    Microsoft.ConfigurationManagement.Messaging.Framework::ZlibCompression

[SerializableAttribute]
public ref class ZlibCompression sealed : Compression

NameDescription
System_CAPS_pubmethodZlibCompression()

Initializes a new instance of the ZlibCompression class.

NameDescription
System_CAPS_pubmethodCompressData(array<Byte>^, CompressionLevel)

Compresses data by using zlib. (Overrides Compression::CompressData(array<Byte>^, CompressionLevel).)

System_CAPS_pubmethodDecompressData(array<Byte>^)

Decompresses zlib-compressed data. (Overrides Compression::DecompressData(array<Byte>^).)

System_CAPS_pubmethodDecompressData(CompressedData^)

Decompresses zlib-compressed data. (Overrides Compression::DecompressData(CompressedData^).)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: