CryptoSys API Library Manual
Zlib.Inflate Method (Byte[], Int32)
Inflate compressed data using the ZLIB algorithm [superseded].
Syntax
[C#]
public static byte[] Inflate(
byte[] data,
int lenUncompressed
)
[VB.NET]
Public Shared Function Inflate ( _
data As Byte(), _
lenUncompressed As Integer _
) As Byte()
Parameters
- data
- Data to be uncompressed
- lenUncompressed
- Length of uncompressed data
Return Value
Uncompressed data
Remarks
Superseded by Zlib.Inflate(Byte[])
See Also
VB6/C equivalent: ZLIB_Inflate
[Contents] [Index]