compress questions

C

csharpula csharp

Hello,
I wanted to know which one of the following compress methods are the
most effective for text and code files :

zip, tar, tar.gz, gz. Which one?

And another question is how to implement the compression in C#?

Thank you!
 
R

rhaazy

Hello,
I wanted to know which one of the following compress methods are the
most effective for text and code files :

zip, tar, tar.gz, gz. Which one?

And another question is how to implement the compression in C#?

Thank you!

*** Sent via Developersdexhttp://www.developersdex.com***

C# has built in System.IO.Compression library all the functions you
need, I believe it uses the gz method. Do a google search for
System.IO.Compression and see what you can find.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top