Click or drag to resize

ZlibInflate(Byte, Int32) Method

Inflate compressed data using the ZLIB algorithm [superseded].

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

Parameters

data  Byte
Data to be uncompressed
lenUncompressed  Int32
Length of uncompressed data

Return Value

Byte
Uncompressed data
Remarks
Superseded by Zlib.Inflate(Byte[])
See Also