libzip: libzip-discuss: Seeking and telling functions in libzip

Thread

Thread Index

Message

From: Krzesimir Nowak <qdlacz%gmail.com@localhost>
To: libzip-discuss%nih.at@localhost
Subject: Seeking and telling functions in libzip
Date: Sat, 11 Jul 2009 14:48:44 +0200

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.