AsExtensions.AsCompressed Method
From Tungsten Suite
Tungsten
|
|
AsExtensionsAsCompressed Method |
Compresses the byte array using System.IO.Compression.DeflateStream
Namespace: W
Assembly: Tungsten.As (in Tungsten.As.dll) Version: 2.0.1
C#
public static byte[] AsCompressed( this byte[] bytes )
Parameters
- bytes
- Type: SystemByte
The byte array to compress
Return Value
Type: ByteA byte array of compressed data