Callback for progress during decompression
Source position: zlibar.pas line 100
type TZlibExtractProgProc = procedure(
Sender: TObject;
FileSize: Int64;
FilePos: Int64
) of object;
Sender
TZlibReadArchive object
FileSize
Total size of the InStream
FilePos
Current position of the InStream