Compression<TCompressor> Class

 

Provides a generic compression wrapper.

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::Compression<TCompressor>

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

Type Parameters

TCompressor

Compressor type.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCompress(array<Byte>^, CompressionLevel)

Compresses data by using TCompressor.

System_CAPS_pubmethodCompressData(array<Byte>^, CompressionLevel)

Compresses data. (Inherited from Compression.)

System_CAPS_pubmethodSystem_CAPS_staticDecompress(array<Byte>^)

Decompresses data by using TCompressor.

System_CAPS_pubmethodDecompressData(array<Byte>^)

Decompresses data into a byte array. (Inherited from Compression.)

System_CAPS_pubmethodDecompressData(CompressedData^)

Decompresses data into a byte array. (Inherited from Compression.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(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: