mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Unzipping 7z in memory #352
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 @beho1986 on GitHub (Apr 22, 2019).
I have a 7z that I have embedded in my resources and trying to unzip and read in memory. I used ionic previously with a zip file not a 7z. Here is my code and it's not working, as I am having an issue with opening the zipped file:
@Kim-SSi commented on GitHub (May 25, 2019):
This is written in C# based on your above code. Please convert it to VB.
Please see the wiki for basic operations.
https://github.com/adamhathcock/sharpcompress/wiki/API-Examples
@beho1986 commented on GitHub (May 25, 2019):
Thanks a lot Kim, it worked flawlessly, I will continue readying the examples.