Unit InfFast

Classes

Functions

inflate_fast - inffast.

Types

Constants

Variables


Functions


function inflate_fast( bl : uInt; bd : uInt; tl : pInflate_huft; td : pInflate_huft; var s : inflate_blocks_state; var z : z_stream) : int;

inffast.h and inffast.c -- process literals and length/distance pairs fast Copyright (C) 1995-1998 Mark Adler Pascal tranlastion Copyright (C) 1998 by Jacques Nomssi Nzali For conditions of distribution and use, see copyright notice in readme.txt

Called with number of bytes left to write in window at least 258 (the maximum string length) and number of input bytes available at least ten. The ten bytes are six bytes for the longest length/ distance pair plus four bytes for overloading the bit buffer.


Types


Constants


Variables