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)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Framework.Compression
Microsoft.ConfigurationManagement.Messaging.Framework.ZlibCompression
Syntax
[SerializableAttribute]
public sealed class ZlibCompression : Compression
[SerializableAttribute]
public ref class ZlibCompression sealed : Compression
<SerializableAttribute>
Public NotInheritable Class ZlibCompression
Inherits Compression
Constructors
Name | Description | |
---|---|---|
ZlibCompression() | Initializes a new instance of the ZlibCompression class. |
Methods
Name | Description | |
---|---|---|
CompressData(Byte[], CompressionLevel) | Compresses data by using zlib. (Overrides Compression.CompressData(Byte[], CompressionLevel).) |
|
DecompressData(Byte[]) | Decompresses zlib-compressed data. (Overrides Compression.DecompressData(Byte[]).) |
|
DecompressData(CompressedData) | Decompresses zlib-compressed data. (Overrides Compression.DecompressData(CompressedData).) |
|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (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