mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
ReaderFactory.Open does not check for SevenZipArchive #380
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 @matthewDDennis on GitHub (Nov 20, 2019).
Thus when using ReaderFactory.Open I get an error of
@adamhathcock commented on GitHub (Nov 21, 2019):
7Zip isn’t supported as a Reader. 7Zip the format sucks because you can’t stream it. You need random file access to properly extract data. You have to use ArchiveFactory.
@matthewDDennis commented on GitHub (Nov 21, 2019):
Yeah, I figured it out, but had to read the source code. Are there docs?
Sent from my iPhone
@adamhathcock commented on GitHub (Nov 21, 2019):
Linked from the readme: https://github.com/adamhathcock/sharpcompress/blob/master/FORMATS.md