man zzip_file_open (Fonctions bibliothèques) - (../../zzip/file.c)
NAME
zzip_file_open - (../../zzip/file.c)
SYNOPSIS
#include <zziplib.h>
ZZIP_FILE * zzip_file_open (ZZIP_DIR * dir, zzip_char_t* name, int o_mode);DESCRIPTION
open an ZZIP_FILE from an already open ZZIP_DIR handle. Since we have a chance to reuse a cached buf32k and ZZIP_FILE memchunk this is the best choice to unpack multiple files.
Note: the zlib supports 2..15 bit windowsize, hence we provide a 32k memchunk here... just to be safe.
AUTHOR
- •
- Guido Draheim <guidod@gmx.de>
- •
- Tomi Ollila <Tomi.Ollila@iki.fi>
COPYRIGHT
(c) 1999,2000,2001,2002 Guido Draheim All rights reserved, use under the restrictions of the Lesser GNU General Public License note the additional license information that can be found in COPYING.ZZIP