[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Generic compression wrapper

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
abstract 
class 
Compression<TCompressor> : 
Compression
where TCompressor : 
Compression
<
SerializableAttribute> _
Public 
MustInherit 
Class 
Compression(
Of TCompressor 
As 
Compression)
_
	
Inherits 
Compression
[
SerializableAttribute]
generic<
typename TCompressor>
where TCompressor : 
Compression
public 
ref class 
Compression 
abstract : 
public 
Compression

Type Parameters

TCompressor
Compressor type

Members

                 
  All Members     Constructors      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
Compression < (Of < ( <' TCompressor > ) > ) > () () () ()
Compress( array< Byte > [] () [] [] , CompressionLevel)
Compresses the data with TCompressor
CompressData( array< Byte > [] () [] [] , CompressionLevel)
Compress data
Decompress( array< Byte > [] () [] [] )
Decompresses the data with TCompressor
DecompressData( array< Byte > [] () [] [] )
Decompress data
DecompressData(CompressedData)
Decompress data
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.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Framework . . :: . . Compression
     Microsoft.ConfigurationManagement.Messaging.Framework . . :: . . Compression < (Of < ( <' TCompressor > ) > ) >

See Also