Share via


Compression<TCompressor> Class

 

Provides a generic compression wrapper.

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

Syntax

[SerializableAttribute]
public abstract class Compression<TCompressor> : Compression
where TCompressor : Compression
generic<typename TCompressor>
where TCompressor : Compression
[SerializableAttribute]
public ref class Compression abstract : Compression
<SerializableAttribute>
Public MustInherit Class Compression(Of TCompressor As Compression)
    Inherits Compression

Type Parameters

  • TCompressor
    Compressor type.

Constructors

Name Description
System_CAPS_protmethod Compression<TCompressor>()

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Compress(Byte[], CompressionLevel)

Compresses data by using TCompressor.

System_CAPS_pubmethod CompressData(Byte[], CompressionLevel)

Compresses data. (Inherited from Compression.)

System_CAPS_pubmethodSystem_CAPS_static Decompress(Byte[])

Decompresses data by using TCompressor.

System_CAPS_pubmethod DecompressData(Byte[])

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

System_CAPS_pubmethod DecompressData(CompressedData)

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

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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