共用方式為


CompressedData Class

 

A public helper class that returns compressed data results.

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

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Framework.CompressedData
    Microsoft.ConfigurationManagement.Messaging.Framework.CompressedData<TCompressor>

Syntax

[SerializableAttribute]
public class CompressedData
[SerializableAttribute]
public ref class CompressedData 
<SerializableAttribute>
Public Class CompressedData

Constructors

Name Description
System_CAPS_pubmethod CompressedData(Byte[], Type)

Initializes a new instance of the CompressedData class.

System_CAPS_pubmethod CompressedData(Byte[], Type, CompressionLevel)

Initializes a new instance of the CompressedData class.

Properties

Name Description
System_CAPS_pubproperty CompressionLevel

Gets the compression level of the compressed data.

System_CAPS_pubproperty Compressor

Gets the compressor type.

Methods

Name Description
System_CAPS_pubmethod Decompress()

Decompresses the data into a byte array.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetData()

Gets the raw compressed data as a byte array.

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