Thread
Thread Index
-
Seeking and telling functions in libzip,
Krzesimir Nowak
(2009/07/11 13:01:15)
Message
Hi.
Ever thought about adding functions like zip_fseek, zip_ftell and
zip_rewind (or zip_fsetpos and zip_fgetpos)?
For now substitutes are:
zip_fseek - using zip_fread and discarding the read data.
zip_rewind - reopening the file in archive (probably).
zip_ftell - remembering current position in a variable?
Thanks,
Krzesimir Nowak
Made by MHonArc.
|