Compressing library

  • Thread starter Thread starter Samuel
  • Start date Start date
S

Samuel

Is there a library that can be used to compress/decompress files within the
..NET framework (2.0)

If not what then is available

Thank you,
Samuel
 
Is there a library that can be used to compress/decompress files within the
.NET framework (2.0)

If not what then is available

Thank you,
Samuel

Within the .NET framework you have a couple of options:
- System.Compression.GZipStream
- java.util.Zip (in the Visual J# library)

Outside that I can personally vouch for SharpZip lib that can read and
write a number of formats including Zip and tar
 

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

Back
Top