CryptoSys API Library Manual

Compr.Compress Method

Compress data using compression algorithm.

Syntax

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

Parameters

data
Data to be compressed.
comprAlg
Type: ComprAlgorithm
Compression algorithm.

Return Value

Compressed data, or an empty array on error.

See Also

VB6/C equivalent: COMPR_Compress

[Contents] [Index]

[PREV: Cnv.ToHex Method (String)...]   [Contents]   [Index]   
   [NEXT: Compr.Uncompress Method...]

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