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 | |
---|---|---|
Compression<TCompressor>() |
Methods
Name | Description | |
---|---|---|
Compress(Byte[], CompressionLevel) | Compresses data by using TCompressor. |
|
CompressData(Byte[], CompressionLevel) | Compresses data. (Inherited from Compression.) |
|
Decompress(Byte[]) | Decompresses data by using TCompressor. |
|
DecompressData(Byte[]) | Decompresses data into a byte array. (Inherited from Compression.) |
|
DecompressData(CompressedData) | Decompresses data into a byte array. (Inherited from Compression.) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
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