Click or drag to resize

EAPEncodeGZipCompress Method (Byte)

Compress a block of data using the .Net GZip implementation.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static byte[] GZipCompress(
	byte[] data
)

Parameters

data
Type: SystemByte
The data to compress.

Return Value

Type: Byte
The compressed data.
Remarks
http://www.codeproject.com/useritems/ViewStateCompression.asp
See Also