Free compression library for C# which supports 7zip (LZMA)

Xn0vv3r picture Xn0vv3r · Jan 16, 2009 · Viewed 44.1k times · Source

I have a program (written in C#) that reads/writes its data directly (direct file access without server) to firebird database files. For a better exchange I want to (un)compress them on import/export for a better exchange over the internet without the need of an external program to (un)compress them.

I know #ziplib which supports Zip, GZip, Tar and BZip2.

What else free compression libraries for C# do you know? Is there a .NET library which supports LZMA so i can read/write ".7z" files?

Answer

Sebastian Dietz picture Sebastian Dietz · Jan 16, 2009

7-zip has a free source code, public domain C# SDK for the LZMA algorithm:

http://www.7-zip.org/sdk.html