FromExtensions.FromCompressed Method

Tungsten Suite

FromExtensionsFromCompressed Method

Decompresses the byte array using System.IO.Compression.DeflateStream

Namespace:  W
Assembly:  Tungsten.From (in Tungsten.From.dll) Version: 2.0.1
Syntax
C#
public static byte[] FromCompressed(
	this byte[] bytes
)

Parameters

bytes
Type: SystemByte
The byte array containing compressed data

Return Value

Type: Byte
A byte array of the decompressed data

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also