#ziplib (SharpZipLib) 0.84
Software Specifications
Version: 0.84 |
Size: 488 KB |
License [?]: Freeware |
Price: Not available |
Last Updated: Oct 1, 2005 |
Category: Components and Libraries Software |
Developer: ICSharpCode |
Operating System: Windows 95 Windows 98 Windows NT Windows 2000 Windows ME Windows XP |
Additional Requirements: Microsoft .NET SDK 1.1 |
Limitations Not available |
|
#ziplib (SharpZipLib) Review
" Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET. "
|
#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.
|
Top Related Downloads
1. |
 |
HashDigester
A Dynamic Link Library (DLL) for Microsoft Windows environments. |
2. |
 |
CallbackDisk
Lets you create and manage virtual disks from your application. |
3. |
 |
BetaDLL (English)
DLL with geodesic functions for NTv2 coordinate transformations with Beta2007. |
4. |
 |
LightningChart Ultimate SDK
The fastest data visualization SDK / chart / graph library for .NET and Windows. |
5. |
 |
HS NTP C Source Library
A software library in C which implements the client side of Network Time Protocol (NTP) over UDP socket layer. |
|
|