Unzip a file to memorystream using SharpZipLib
Hi All,
I have a scenario here, I need to unzip a file which contains some files in it. Here I have to extract(UnZip) that file into a memorystream directly with out extracting it into a folder or something. Unfortunately I couldn't find any source for me to unzip a file into a memorystream directly using SharpZipLib assembly. Any help would be greatly appreciated.
Thanks,
Kalyan.