CompressedData<TCompressor> Class
Provides a generic representation of compressed data.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Framework::CompressedData
Microsoft.ConfigurationManagement.Messaging.Framework::CompressedData<TCompressor>
| Name | Description | |
|---|---|---|
![]() | CompressedData<TCompressor>(array<Byte>^) | Initializes a new instance of the CompressedData<TCompressor> class. |
![]() | CompressedData<TCompressor>(array<Byte>^, CompressionLevel) | Initializes a new instance of the CompressedData<TCompressor> class. |
| Name | Description | |
|---|---|---|
![]() | CompressionLevel | Gets the compression level of the compressed data. (Inherited from CompressedData.) |
![]() | Compressor | Gets the compressor type. (Inherited from CompressedData.) |
| Name | Description | |
|---|---|---|
![]() | Decompress() | Decompresses the data into a byte array. (Inherited from CompressedData.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetData() | Gets the raw compressed data as a byte array. (Inherited from CompressedData.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.

