This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Single-pass ZIP generation #16
Labels
Milestone
ZipWriter
currently expects the underlying stream to be seekable. The seekability is used to update the local file header after the file is complete (and also to determine some offsets).The ZIP file format specification supports writing an archive in one pass without seeking. This mode may be useful in some cases (for example, streaming a ZIP archive of several large files without generating the archive ahead of time).
Would you be interested in implementing this mode and lifting the seekability requirement?
The text was updated successfully, but these errors were encountered: