FromExtensions.FromCompressed Method
From Tungsten Suite
Tungsten
|
|
FromExtensionsFromCompressed Method |
Decompresses the byte array using System.IO.Compression.DeflateStream
Namespace: W
Assembly: Tungsten.From (in Tungsten.From.dll) Version: 2.0.1
C#
public static byte[] FromCompressed( this byte[] bytes )
Parameters
- bytes
- Type: SystemByte
The byte array containing compressed data
Return Value
Type: ByteA byte array of the decompressed data