-
-
Notifications
You must be signed in to change notification settings - Fork 4
zlib.ZStream.Sync
Andrew Lambert edited this page Apr 17, 2021
·
7 revisions
Function Sync(MaxCount As Integer = -1) As Boolean| Name | Type | Comment |
|---|---|---|
| MaxCount | Integer | Optional. The maximum number of compressed bytes to read. |
Returns True if a possible flush point was detected.
This method reads compressed bytes from the input BinaryStream until a possible full flush point is detected. If a flush point was found then decompressor switches to RAW_ENCODING, the Position property of the input BinaryStream is moved to the flush point, and this method returns True.
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.