mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Extract splited 7z archive #487
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 @tinohager on GitHub (Nov 26, 2021).
Hi i have a splited 7z archive with 4 files. I found no example for this case. Is this posible with this library? Is an example available?
Thank you for the great library.
I would have looked for something like this
@adamhathcock commented on GitHub (Nov 29, 2021):
Support for split 7z archives isn't implemented.
@marcussacana commented on GitHub (Feb 8, 2022):
I managed to read multi-volume 7z Files creating a stream that merge multiple streams into a single stream, worked to me at least, check it: https://github.com/marcussacana/DirectPackageInstaller/blob/main/IO/MergedStream.cs
bab0b672ab/Compression/SharpComp.cs (L62-L86)@Nanook commented on GitHub (Apr 21, 2022):
I've submitted #658 that resolves this issue for zip, 7zip, rar, gzip and tar
@marcussacana commented on GitHub (Apr 21, 2022):
even zip?! this I loved it!
Works with zip64 as well?
@adamhathcock commented on GitHub (Apr 21, 2022):
Looks like it's split extraction for just about everything. I'm surprised more changes weren't required.
Thanks @Nanook for the changes. If you want to be more of a regular contributor/maintainer, we should talk!
@Nanook commented on GitHub (Apr 21, 2022):
Yes I'd be interested. I have other commitments, but I use the project a lot and there are other fixes I'd like to make too. Thanks