-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.Deflater.Pending
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
Dim Pending As Single
Gets the number of bytes and bits of output that have been generated, but not yet provided in the available output. The bytes not provided would be due to the available output space being consumed. The number of bits of output not provided are between 0 and 7, where they await more bits to join them in order to fill out a full byte.
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.