CompressedData<TCompressor> Class

 

Provides a generic representation of compressed data.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Framework::CompressedData
    Microsoft.ConfigurationManagement.Messaging.Framework::CompressedData<TCompressor>

generic<typename TCompressor>
where TCompressor : Compression
[SerializableAttribute]
public ref class CompressedData sealed : CompressedData

Type Parameters

TCompressor

The compressor type.

NameDescription
System_CAPS_pubmethodCompressedData<TCompressor>(array<Byte>^)

Initializes a new instance of the CompressedData<TCompressor> class.

System_CAPS_pubmethodCompressedData<TCompressor>(array<Byte>^, CompressionLevel)

Initializes a new instance of the CompressedData<TCompressor> class.

NameDescription
System_CAPS_pubpropertyCompressionLevel

Gets the compression level of the compressed data. (Inherited from CompressedData.)

System_CAPS_pubpropertyCompressor

Gets the compressor type. (Inherited from CompressedData.)

NameDescription
System_CAPS_pubmethodDecompress()

Decompresses the data into a byte array. (Inherited from CompressedData.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetData()

Gets the raw compressed data as a byte array. (Inherited from CompressedData.)

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: