A public helper class that returns compressed data results.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Framework.CompressedData
Microsoft.ConfigurationManagement.Messaging.Framework.CompressedData<TCompressor>
Syntax
[SerializableAttribute]
public class CompressedData
[SerializableAttribute]
public ref class CompressedData
<SerializableAttribute>
Public Class CompressedData
Constructors
Name | Description | |
---|---|---|
![]() |
CompressedData(Byte[], Type) | Initializes a new instance of the CompressedData class. |
![]() |
CompressedData(Byte[], Type, CompressionLevel) | Initializes a new instance of the CompressedData class. |
Properties
Name | Description | |
---|---|---|
![]() |
CompressionLevel | Gets the compression level of the compressed data. |
![]() |
Compressor | Gets the compressor type. |
Methods
Name | Description | |
---|---|---|
![]() |
Decompress() | Decompresses the data into a byte array. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetData() | Gets the raw compressed data as a byte array. |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
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