Unit infutil

Classes

Functions

inflate_flush - copy as much as possible from the sliding window to the output area

copy as much as possible from the sliding window to the output area

Types

Constants

inflate_mask

Variables


Functions


function inflate_flush(var s : inflate_blocks_state; var z : z_stream; r : int) : int;

copy as much as possible from the sliding window to the output area

copy as much as possible from the sliding window to the output area


Types


Constants

inflate_mask = ( $0000, $0001, $0003, $0007, $000f, $001f, $003f, $007f, $00ff, $01ff, $03ff, $07ff, $0fff, $1fff, $3fff, $7fff, $ffff)

And'ing with mask[n] masks the lower n bits

Variables