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]

[PREV: Zlib.Inflate Method (Byte)...]   [Contents]   [Index]   
   [NEXT: Aead.ErrCode Property...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.