Skip to content
Andrew Lambert edited this page Nov 21, 2021 · 7 revisions

Method Signature

 Function Sync(MaxCount As Integer = -1) As Boolean

Parameters

Name Type Comment
MaxCount Integer Optional. The maximum number of compressed bytes to read.

Return value

Returns True if a possible flush point was detected.

Remarks

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.

See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally