InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Using 7-Zip's Compressing/Decompressing Functionality from a .NET Application

Posted by Abel Avram on Jun 26, 2008

Sections
Development
Topics
.NET ,
Artifacts & Tools
Tags
Code Project ,
7-Zip ,
C#

Eugene Sichkar, a software developer, has published a project containing a .NET/C# interface to the 7-Zip archiving application on Code Project. 7-Zip is an open source application used to archive/un-archive files in various formats.

7-Zip is an open source archiving application supporting the following formats according to 7-Zip's web site:

    • Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR
    • Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM, MSI, WIM, Z, CPIO, RPM, DEB and NSIS

7-Zip currently runs on all desktop versions of Windows starting with Windows 98 to Vista. There is an effort going on to port it to Linux/Unix. 7-Zip is free and licensed under GNU LGPL license, and the UnRAR module is licensed with some restrictions.

Eugene Sichkar, a software developer, has created a C# interface to the 7-Zip DLLs included in the 7-Zip application, allowing anyone to use the 7-Zip compressing/decompressing capabilities from within a .NET application. The following interfaces are implemented according to Eugene:

    • IProgress - basic progress callback
    • IArchiveOpenCallback - archive open callback
    • ICryptoGetTextPassword - callback for prompt password for archive
    • IArchiveExtractCallback - extract files from archive callback
    • IArchiveOpenVolumeCallback - open additional archive volumes callback
    • ISequentialInStream - simple read-only stream interface
    • ISequentialOutStream - simple write-only stream interface
    • IInStream - input stream interface with seek capability
    • IOutStream - output stream interface
    • IInArchive - main archive interface

Using the .NET interface one accesses the 7-Zip functionality (7z.dll) directly not via a console line, or a console line wrapper. The interface is released under the The Common Development and Distribution License (CDDL). Downloading the C# source code requires registration with Code Project.

have bug on 7z.dll 4.75 by Pan Jason Posted
  1. Back to top

    have bug on 7z.dll 4.75

    by Pan Jason

    I Can't Extract .Cab and .LZMA Archive use C# Interface Wrapper,in condition when the other Archive,i view 7zip C++ source code, the Cab COM+ GUID 23170f69-40c1-278a-1000-000110080000 is right,could you help me?

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.