CryptoSys API Library Manual

Zlib.Deflate Method

Compresses data using the ZLIB deflate algorithm

Syntax

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

Parameters

dataToComp
Data to be compressed

Return Value

Compressed data

[Contents] [Index]

[HOME]   [NEXT: Zlib.Inflate Method...]

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