Click or drag to resize

ZlibInflate(Byte) Method

Inflate compressed data using the ZLIB algorithm.

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static byte[] Inflate(
	byte[] data
)

Parameters

data  Byte
Compressed data to be uncompressed.

Return Value

Byte
Uncompressed data, or an empty array on error.
Remarks
An empty array may also be returned if the original data was the empty array itself.
See Also