CryptoSys API Library Manual

Zlib.Inflate Method (Byte[])

Inflate compressed data using the ZLIB algorithm.

Syntax

[C#]
public static byte[] Inflate(
	byte[] data
)
[VB.NET]
Public Shared Function Inflate ( _
	data As Byte() _
) As Byte()

Parameters

data
Compressed data to be uncompressed.

Return Value

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

VB6/C equivalent: ZLIB_Inflate

[Contents] [Index]

[PREV: Zlib.Deflate Method...]   [Contents]   [Index]   
   [NEXT: Zlib.Inflate Method (Byte, Int32)...]

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