Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
i don't know a little bit about compression & decompression and searched a lot about GZipStream nothing works. can somebody help me here
Posted

 
Share this answer
 
Comments
agent_kruger 11-Nov-13 10:37am    
as i have said none of this works perfect
Ranjan.D 11-Nov-13 10:40am    
Post your code, so that we can have a look into.
You can use one of the following open-source products: #ziplib, SharpCompress (native .NET library) or 7-zip (a .NET wrapper). Please see my past answers:
Compare between two folders[^],
Extract file rar with vb.net[^].

—SA
 
Share this answer
 
Comments
agent_kruger 11-Nov-13 10:51am    
i searched GZipStream again and it worked but it is not good enough as WinRar. i need algorithm such as WinRar's and in c# not cb.net
Orcun Iyigun 11-Nov-13 11:26am    
If it is in vb.net and is the solution to your problem, "YOU" should be the one who has to do the work. We are here to show you the way how it is done. It is your responsibility to convert it to C#. And there are some web pages that ability to do it for you.
Sergey Alexandrovich Kryukov 11-Nov-13 11:35am    
Golden words.
—SA
Sergey Alexandrovich Kryukov 11-Nov-13 11:35am    
Did I tell you a single word about GZipStream? I advised very different things. First of all, you can use ZIP. I would advise to try SharpCompress first.
—SA
If you look in the Nuget package you'll find a library (.dll) that will do this task. Type nuget in google.
 
Share this answer
 
Comments
agent_kruger 12-Nov-13 5:32am    
i need algorithm or a way in which i should compress
agent_kruger 12-Nov-13 5:33am    
without using 3rd party tools or software

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900