Download

Section categories

ActiveX [655]
Components and Libraries [747]
C and C++ Tools and Components [189]
C and C Tools and Components [141]
Databases and Networks [645]
Delphi Tools and Components [455]
Editors [111]
Help File Tools [120]
IDEs and Coding Utilities [167]
Java [194]
JavaScript [62]
Misc Programming Tools [545]
PowerBuilder Tools and Components [27]
Registration Tools [49]
Setup Utilities [160]
Visual Basic Components A-G [134]
Visual Basic Components H-P [72]
Visual Basic Components Q-Z [63]
Visual Basic Tools [163]

Our poll

Which Is The Best Browser?
Total of answers: 3

Statistics


Total online: 15
Guests: 15
Users: 0

Login form

File Catalog

Main » Files » Programming » Components and Libraries

SharpZipLib 0.5
29.01.2011, 05:58
#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.

Category: Components and Libraries | Added by: File-Post
Views: 84 | Downloads: 0 | Rating: 0.0/0
Total comments: 0
Only registered users can add comments.
[ Registration | Login ]

Search

Site friends

add site