Question:

Do anyone have LZW or any compression and decompression C# source code?

by  |  earlier

0 LIKES UnLike

i need it urgently..

Can show me the link or paste the source code here

Thanks

 Tags:

   Report

1 ANSWERS


  1. The .NET 2.0 Framework already has built-in methods for comopression and decompression.

    In addition to this, there's a free library called SharpZipLib that can handle it for you.

    SharpZipLib:

    http://sharpdevelop.net/OpenSource/Sharp...

    .NET System.IO.Compression namespace:

    http://msdn.microsoft.com/en-us/library/...

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.