-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.Compress
Andrew Lambert edited this page Aug 18, 2015
·
11 revisions
#zlib.Compress
##Method Signature
Protected Function Compress(Data As MemoryBlock, CompressionLevel As Integer = Z_DEFAULT_COMPRESSION) As MemoryBlock
##Parameters
Name | Type | Comment |
---|---|---|
Data | MemoryBlock | The data to be compressed |
CompressionLevel | Integer | Optional. The level of compression (fast=1 , best=9 ) |
##Return value The compressed data.
##Notes Compresses the passed MemoryBlock.
##See also
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.