Skip to content

zlib.Deflater.SetHeader

Andrew Lambert edited this page Nov 26, 2022 · 6 revisions

zlib.Deflater.SetHeader

Method Signatures

 Function SetHeader(HeaderStruct As zlib.gz_headerp) As Boolean

Remarks

Provides gzip header information for when a gzip stream is requested. This method may be called after the constructor or a call to Reset, but before the first call to deflate

Entry-level points of interest denoted by "☜"



Clone this wiki locally