.NET deflater

  • Thread starter Thread starter Bob Kutter
  • Start date Start date
B

Bob Kutter

I'm looking for a .NET deflater/inflater that is
compatible with the Java deflater/inflater. Are there
classes and methods that support this?
 
Bob said:
I'm looking for a .NET deflater/inflater that is
compatible with the Java deflater/inflater. Are there
classes and methods that support this?


try the free DotNet zip library in

http://www.icsharpcode.net/OpenSource/SharpZipLib/

It has some classes about deflater/inflater.

However, I just try to use the zip function classes only. I do not know
deflater/inflater classes individially.
 

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