Skip to content

zlib.Inflater.Constructor

Andrew Lambert edited this page Mar 2, 2017 · 11 revisions

#zlib.Inflater.Constructor

##Method Signature

 Sub Constructor(Encoding As Integer = zlib.DEFLATE_ENCODING)
 Sub Constructor(CopyStream As zlib.Inflater)

##Parameters ###Constructor(Integer)

Name Type Comment
Encoding Integer Optional. The type of compression.

###Constructor(zlib.Inflater)

Name Type Comment
CopyStream zlib.Inflater An instance of Inflater to duplicate

##Notes Constructs a new Inflater, or duplicates an existing Inflater.

Entry-level points of interest denoted by "☜"



Clone this wiki locally