-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.ZStream.Constructor
Andrew Lambert edited this page Aug 17, 2016
·
22 revisions
##Method Signatures
Sub Constructor(Source As MemoryBlock, CompressionLevel As Integer, CompressionStrategy As Integer, WindowBits As Integer, MemoryLevel As Integer)
##Notes
Constructs a ZStream from the passed MemoryBlock
. It the MemoryBlock
has a length of zero then compressed data will be written to the MemoryBlock
; otherwise, the MemoryBlock
will be used as input to be decompressed.
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.