-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.Deflater.Prime
Andrew Lambert edited this page Nov 26, 2022
·
10 revisions
Function Prime(Bits As Integer, Value As Integer) As Boolean
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.