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)

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

[SerializableAttribute]
public ref class CompressedData 

NameDescription
System_CAPS_pubmethodCompressedData(array<Byte>^, Type^)

Initializes a new instance of the CompressedData class.

System_CAPS_pubmethodCompressedData(array<Byte>^, Type^, CompressionLevel)

Initializes a new instance of the CompressedData class.

NameDescription
System_CAPS_pubpropertyCompressionLevel

Gets the compression level of the compressed data.

System_CAPS_pubpropertyCompressor

Gets the compressor type.

NameDescription
System_CAPS_pubmethodDecompress()

Decompresses the data into a byte array.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetData()

Gets the raw compressed data as a byte array.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: