Skip to content

zlib.ZStream.Create

Andrew Lambert edited this page Aug 18, 2015 · 24 revisions

#zlib.ZStream.Create

##Method Signature

 Shared Function Create(Output As Writeable, CompressionLevel As Integer = zlib.Z_DEFAULT_COMPRESSION) As zlib.ZStream

##Parameters

Name Type Comment
Output Writeable Compressed output will be written to this object
CompressionLevel Integer Optional. The compression level for the stream. Valid levels are 1(fast) to 9(best)

##Notes Creates a new deflate stream and opens it for writing.

##See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally