Skip to content
Andrew Lambert edited this page Aug 17, 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, 9=best)

##Return value The compressed data.

##Notes Compresses the passed MemoryBlock.

##See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally