SharpZipLib
v0.5
#ziplib (pronounced SharpZipLib) is a free, open-source compression library for the .NET Framework. Data can be handled using the following formats:
· Zip: This format archives multiple files into one file and compresses the results. Uses the deflate algorithm.
· Gzip: This format is often used in Unix and GNU Linux. It does not archive multiple files, so it is frequently used in conjunction with the ‘tar’ command. Also uses the deflate algorithm.
· Tar (“Tape archive”): Archives a set of files and directories into one file. It does not compress the files. Often used in conjunction with gzip to compress.
· Bzip2: This uses the same file format as gzip, but a different compression algorithm, called BWT. Produces better compression than gzip, but is much slower.
SharpZipLib also computes checksums. Ported to .NET from the GNU Classpath ZIP library for Java, the developer, ic#code, wrote the library entirely in C#. Because it is a strong-named assembly, it can be shared with other applications or used in other projects when registered in the Global Assembly Cache (GAC).
The library currently lacks Zip file splitting/spanning, can’t create custom self-extracting Zip files, and can’t read or write files to memory.
The project for the library included in the download is intended to be opened in ic#code’s own IDE, #develop (SharpDevelop), which, although a work in progress, gives programmers a free Windows Forms designer similar to VS.NET, for C# and VB.NET. The library and its source code are distributed under the GNU General Public License, with an exception.
SharpZipLib Related Downloads










We offer our MDI-Projektworkspace for Visual C# developers for the further development of their own products. The Workspace needs Visual C# 2008 Express and contains all source files for the construction of a form administration for the Windows-CLR.










A complete C# parser (4.0), CodeDOM, formatter, analyzer, and metrics library. Fully compliant with ECMA-334 and ECMA-335 standards, and passes all Mono tests.










It`s a .NET Persistence Framework for Oracle, Microsoft SQL Server, Microsoft Access and XML Files.










Visual C++ Advanced Computer Vision Library. Motion, and Image recognition (Canny, Hough Lines, Contour Finder, and more). Allows rapid development with zero lines of code. Includes video capture components. Free for non-commercial use.










All-in-one platform for developing any types of Office extensibility projects with minimal coding. Use visual designers to create powerful plug-ins for MS Office 2010 - 2000, smart tags, RTD servers and Excel UDFs in C#, VB.NET, C++ and Delphi Prism.

