Skip to content
Andrew Lambert edited this page Aug 17, 2015 · 11 revisions

#zlib.Uncompress

##Method Signature

 Protected Function Uncompress(Data As MemoryBlock, ExpandedSize As Integer = -1) As MemoryBlock

##Parameters

Name Type Comment
Data MemoryBlock The data to be decompressed
ExpandedSize Integer Optional. The decompressed size of the data.

##Return value The decompressed data.

##Notes Decompresses the passed MemoryBlock. If the decompressed size is known it may be passed as ExpandedSize.

##See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally