Skip to content

zlib.Inflater.SyncToNextFlush

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

zlib.Inflater.SyncToNextFlush

Method Signature

 Function SyncToNextFlush(ReadFrom As Readable, MaxCount As Integer = -1) As Boolean

Parameters

Name Type Comment
ReadFrom Readable The stream from which to read compressed data.
MaxCount Integer Optional. If specified, the maximum number of compressed bytes to read.

Remarks

This method reads compressed bytes from ReadFrom until a possible full flush point is detected. If a flush point is detected then this method returns True and the Total_In method will reflect the point in the input where it was detected.

Entry-level points of interest denoted by "☜"



Clone this wiki locally