On Wed, 20 Oct 2010, mdirkse wrote:
I had thought about using a temp file, but was hoping there was some way to avoid that.
The zip file needs to be stored somewhere which allows seeking. That can be on disk, or in memory. Because one part of the file can reference another one, and because the entries are allowed to be in any order, we can't just do sequential processing a single time
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
