CryptoSys API Library Manual

Zlib.Inflate Method

Inflates compressed data using the ZLIB algorithm

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

[Contents] [Index]

[HOME]   [NEXT: Aes128.ErrCode Property...]

Copyright © 2001-9 D.I. Management Services Pty Ltd. All rights reserved.