Skip to content

zlib.ZStream.Constructor

Andrew Lambert edited this page Aug 17, 2016 · 22 revisions

#zlib.ZStream.Constructor

##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.

Entry-level points of interest denoted by "☜"



Clone this wiki locally