-
-
Couldn't load subscription status.
- Fork 4
zlib.Uncompress
Andrew Lambert edited this page Oct 8, 2015
·
11 revisions
#zlib.Uncompress
##Method Signature
Protected Function Uncompress(Data As MemoryBlock, ExpandedSize As Integer = -1, DataSize As Integer = -1) As MemoryBlock##Parameters
| Name | Type | Comment |
|---|---|---|
| Data | MemoryBlock | The data to be decompressed |
| ExpandedSize | Integer | Optional. The decompressed size of Data in bytes. |
| DataSize | Integer | Optional. The actual size of Data in bytes |
##Return value The decompressed data.
##Notes
Decompresses the passed MemoryBlock. If the decompressed size is known it may be passed as ExpandedSize.
##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.