Thread
Thread Index
- Re: zipint.h missing in debian package, (continued)
Message
On Thu, Jun 17, 2010 at 01:55:11PM +0200, Claudio_Unige wrote:
> This implies that I wont be able to extract a file contained within another
> zip?
Currently this is not possible.
We're planning to abstract the I/O; a version with that abstraction
would allow what you want.
With the current version, even exposing struct zip would not provide
what you need, because access to the zip archive would use fread and
not just read from memory, as you need.
Cheers
Thomas
Made by MHonArc.
|