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

Generic representation of compressed data

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
CompressedData<TCompressor> :


CompressedData
where TCompressor : 
Compression
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
CompressedData(
Of TCompressor 
As 
Compression)
_
	
Inherits 

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

CompressedData

Type Parameters

TCompressor
Compressor type

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
CompressedData < (Of < ( <' TCompressor > ) > ) > ( array< Byte > [] () [] [] )
Initializes a new instance of the CompressedData < (Of < ( <' TCompressor > ) > ) > class.
CompressedData < (Of < ( <' TCompressor > ) > ) > ( array< Byte > [] () [] [] , CompressionLevel)
Initializes a new instance of the CompressedData < (Of < ( <' TCompressor > ) > ) > class.
CompressionLevel
Compression level of the compressed data
Compressor
The type of compressor
Decompress () () () ()
Method will decrypt itself using its compressor
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetData () () () ()
Gets the raw compressed data as a byte array
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also