Skip to content

zlib.Deflater.Prime

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

zlib.Deflater.Prime

Method Signatures

 Function Prime(Bits As Integer, Value As Integer) As Boolean

Remarks

Inserts bits in the deflate output stream. The intent is that this function is used to start off the deflate output with the bits leftover from a previous deflate stream when appending to it. As such, this function can only be used for raw deflate, and must be used before the first deflate call (or after Reset).

Bits must be less than or equal to 16, and that many of the least significant bits of Value will be inserted in the output.

Entry-level points of interest denoted by "☜"



Clone this wiki locally