Abort uncompress multiple zip/7z files #411

Closed
opened 2026-01-29 22:11:30 +00:00 by claunia · 1 comment
Owner

Originally created by @toolgood on GitHub (Aug 21, 2020).

Say you have a very big zip/7z files (many multiple files) that you want to abort in the middle of an uncompress, how would you do that? I couldn't find anything in the code base that supports that.

files like : XXXX.zip.001 XXXX.zip.002 XXXX.7z.001 XXXX.7z.002

Originally created by @toolgood on GitHub (Aug 21, 2020). Say you have a very big zip/7z files (many multiple files) that you want to abort in the middle of an uncompress, how would you do that? I couldn't find anything in the code base that supports that. files like : XXXX.zip.001 XXXX.zip.002 XXXX.7z.001 XXXX.7z.002
Author
Owner

@adamhathcock commented on GitHub (Aug 21, 2020):

The tests have examples of how a manual loop is used which you can abort. Or wrap a stream to abort mid-file

@adamhathcock commented on GitHub (Aug 21, 2020): The tests have examples of how a manual loop is used which you can abort. Or wrap a stream to abort mid-file
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#411