|
SharpZipLib 0.5
|
| SharpZipLib is a free, open-source compression library for .NET. It supports Zip, Gzip, Tar, and Bzip2. Also computes checksums. Currently lacks Zip file splitting/spanning, custom self-extracting Zip files, and reading/writing to memory. |
| Other software from this author: | - .NET Communication Library 1.0.0.0 The .NET Framework lacks support for some network protocols. With Smillaās .NET Communication Library, developers can add NNTP to their .NET apps. It is written in C# and is distributed under the GNU Lesser General Public License.
- CSpot SMTPClient 0.4 Bosswareās SMTPClient is a .NET SMTP client for adding outgoing email to apps and to Web pages. It doesnāt use .NETās resource-hungry System.Web.Mail, which is merely a wrapper for CDONTS and CDOSYS. Written in 100% managed C# and CLS compliant.
- FreeTextBox 1.6.3 The FreeTextBox control provides a WYSIWYG HTML editing environment for ASP.NET (Web Forms) Web pages. Visitors can edit text and click on buttons to format their text. The control is written in C# and has many options for customization.
| Show all software from this author |
Description: #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. | System Requirements: .NET | Change Info: - Support for crypted files (decryption)
- WinZip can't delete bug fixed (thanx to JackmanG from the SharpDevelop forum)
- The ZipFile class has now a 'ZipFileComment' property containing the comment for the whole zip file. Contributed by John Carto. | SharpZipLib 0.5 Download from |
| Similar software: | - Chilkat Zip ActiveX Compression Component 9.3.0 An affordable, advanced, feature-rich Zip ActiveX compression component that can satisfy
your application's file and data compression needs. Includes file and in-memory
Zip
and Unzip, AES encryption, Zip password-protection, self-extract, more...
- Chilkat Zip Compression .NET Class 9.3.0 An affordable, advanced, feature-rich Zip .NET compression component that can satisfy
all your application's file and data compression needs. Includes file and in-memory
Zip and Unzip, AES encryption, Zip password-protection, self-extract, more...
| Find all software similar on SharpZipLib 0.5 |
|