Compression.Decompress Method (Type, Byte[])
Decompresses data into a byte array.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static byte[] Decompress(
Type compressor,
byte[] data
)
public:
static array<unsigned char>^ Decompress(
Type^ compressor,
array<unsigned char>^ data
)
Public Shared Function Decompress (
compressor As Type,
data As Byte()
) As Byte()
Parameters
compressor
Type: System.TypeCompressor type.
data
Type: System.Byte[]Data byte array.
Return Value
Type: System.Byte[]
See Also
Decompress Overload
Compression Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top