CryptoSys API Library Manual

Compr.Uncompress Method

Uncompress data using compression algorithm.

Syntax

[C#]
public static byte[] Uncompress(
	byte[] data,
	ComprAlgorithm comprAlg
)
[VB.NET]
Public Shared Function Uncompress ( _
	data As Byte(), _
	comprAlg As ComprAlgorithm _
) As Byte()

Parameters

data
Compressed data to be uncompressed.
comprAlg
Type: ComprAlgorithm
Compression algorithm.

Return Value

Uncompressed data, or an empty array on error.

Remarks

An empty array may also be returned in the trivial case that the original data was the empty array itself.

See Also

VB6/C equivalent: COMPR_Uncompress

[Contents] [Index]

[PREV: Compr.Compress Method...]   [Contents]   [Index]   
   [NEXT: Crc.Data Method (Byte)...]

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