mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Abort uncompress multiple zip/7z files #411
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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