Open matthewDDennis opened 4 years ago
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.
Yeah, I figured it out, but had to read the source code. Are there docs?
Sent from my iPhone
On Nov 21, 2019, at 2:25 PM, Adam Hathcock notifications@github.com wrote:
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.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Linked from the readme: https://github.com/adamhathcock/sharpcompress/blob/master/FORMATS.md
Thus when using ReaderFactory.Open I get an error of