zzip_tell

Langue: en

Version: 0\&.13\&.49 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

zzip_tell -

SYNOPSIS

 #include <zzip/lib.h>
 
zzip_off_t zzip_tell((ZZIP_FILE * fp));

DESCRIPTION

The zzip_tell function will tell(2) the current position in a real/zipped file

It will return the current offset within the real/zipped file, measured in uncompressed bytes for the zipped-file case.

If the file-handle is wrapping a stat'able file then it will actually just perform a normal tell(2)-call, otherwise the offset is calculated from the amount of data left and the total uncompressed size;

AUTHOR

* Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>

Copyright (c) 1999,2000,2001,2002,2003 Guido Draheim All rights reserved, use under the restrictions of the Lesser GNU General Public License or alternatively the restrictions of the Mozilla Public License 1.1