You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question that is somehow related to my previous issue.
My current task is to create a quite big zip file. The overall process of creating the zip file will take hours, from time to time I will have to add a new file. At the end I will "close" the zip file.
I want to avoid copying the current zip to a new zip when adding the new file.
And I want to avoid buffering the files in ZipEntrySources or even on disk.
Is this possible (with your API) ?
The text was updated successfully, but these errors were encountered:
Thanks a lot. I would like to use the added value of your API and use the same library for all ZIP file handling (I need to do more than what I described earlier). So I think I will investigate alternatives.
I have a question that is somehow related to my previous issue.
My current task is to create a quite big zip file. The overall process of creating the zip file will take hours, from time to time I will have to add a new file. At the end I will "close" the zip file.
I want to avoid copying the current zip to a new zip when adding the new file.
And I want to avoid buffering the files in
ZipEntrySource
s or even on disk.Is this possible (with your API) ?
The text was updated successfully, but these errors were encountered: