Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ZIP_FILE(5)		       File Formats Manual		     ZIP_FILE(5)

NAME
     zip_file -- file in archive

LIBRARY
     libzip (-lzip)

SYNOPSIS
     #include <zip.h>

     zip_file_t *file;

DESCRIPTION
     A	zip_file represents a file inside an archive, opened for reading.  It is
     created with zip_fopen(3), zip_fopen_index(3),  zip_fopen_encrypted(3),  or
     zip_fopen_index_encrypted(3).

     Data  is accessed with zip_fread(3), zip_file_is_seekable(3), zip_ftell(3),
     or zip_fseek(3).

     It is closed with zip_fclose(3).

     If the containing zip_t is closed, all further uses of the  zip_file_t  re-
     turn  an  error.  It is a convenience wrapper around a zip_source_t as cre-
     ated by zip_source_zip(3).

SEE ALSO
     zip_fclose(3),   zip_file_is_seekable(3),	  zip_fopen(3),    zip_fopen_en-
     crypted(3), zip_fopen_index(3), zip_fopen_index_encrypted(3,) zip_fread(3),
     zip_fseek(3), zip_ftell(3), zip_source_zip(3),

AUTHORS
     Dieter Baron <dillo@nih.at> and Thomas Klausner <wiz@gatalith.at>

FreeBSD ports 15.quarterly	   May 5, 2025			     ZIP_FILE(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=zip_file&sektion=5&manpath=FreeBSD+Ports+15.1.quarterly>

home | help