SharpZipLib free download 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. #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. Produ download   
 Example: Nero • Top 1000
• Smart reviews
   
Search:   
     

Home > Software > download now SharpZipLib

  Popular:
Total Privacy 5.82 new!
Total Privacy Provides the Most Advanced Information…
2Png 5.2
2PNG is a reliable batch graphics converter allowing you to…
Watchet! 2.3.2
photo album, slideshow - on CD/DVD with no extra software…
MPEG4 Direct Maker 6.2.0
Convert…
HideInPicture 1.1
HideInPicture enables you to encrypt and hide any type of…
Judy's TenKey 4.5
Award-winning Windows calculator that includes nearly every…
Sirid for Windows 1.22
Sirid is designed for managing software projects. It lets…
FormoEd 2.0
Simplifies and speeds up the process of filling out the…
DTM DB Stress 1.08.01
DTM DB Stress is a utility for stress testing the server…
Salon Operations 2.0
Point of Sale Software for Hair, Nail and Tanning Salons…
Best 1000
  TOP-10:
DriveScrubber 3.5.9
Reformatting is not enough! Protect your personal…
GraphiCal 1.8.1
GraphiCal is a programmable graphics calculator which lets…
Ariolic NetSend 9x 1.2.1
With this small console utility you can send messages over…
eSTOP 3.30
eSTOP! was developed as a security product to view and…
2Wbmp 5.2
2WBMP is a reliable batch graphics converter allowing you…
PDF2Any 2.20
Convert PDF files to RTF, HTML and Text format with less…
AES Home 4.0
AES Home is the suite of encryption tools for personal and…
PC Spy 2.46d
Secretly monitor what is being viewed on your computer…
EuroCalc 2.1
Easy free small Calculator and Euro converter. Stay on top…
Polymap 2.5.0
PolyMap is a desktop mapping program that lets you use your…
  Sponsored links 
  New:
OrgScheduler 6.0
A universal scheduler for individual/business events…
RasterVect 15.3
RasterVect can convert raster images (TIFF,JPEG,BMP...) to…
Freebie Notes 3.32
Freebie Notes is a easy to use reminder for Windows. With…
Resume for All 2.14.9
One-stop 24/7 shop for online resumes: Creating, email, and…
1st NTFS Recovery 2.19.6
Fixing broken NTFS partitions and recovering lost data has…
EssentialPIM Pro 3.12
EssentialPIM Pro is a Personal Information Manager (PIM…
TBS Cover Editor 1.7.2
TBS Cover Editor is the ultimate solution to design your…
SmartSniff 1.51
SmartSniff allows you to capture TCP/IP packets that pass…
EAN Bar Codes 4.2
Print EAN barcodes from Windows! TrueType & PostScript…
BackUpTime 1.6.3655
We have created BackUpTime just for that reason to provide…
     
Home
News
Software
Books
Smart reviews
New soft
TOP-10
Best 1000
All Soft
Audio & Video
Business
Development Tools
Education
Games
Graphics
Home/Hobby
Internet
Desktop
Utilities

SharpZipLib 0.5  del.icio.us Fark digg Reddit MyWeb BlogMarks Furl Jots   

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.

Updated Nov 26, 2004 05:59:47
Rating    274 ( 70 +25.54% )
Size1255 kb
LicenceFreeware
StatusMajor Update
LanguagesEnglish
Tagszip asp.net, compression c#, compression vb.net, zip .net, zip c#, zip dotnet, zip vb.net, compress c#, compress vb.net, compression .net
OSWindows 95, Windows 98, Windows ME, Windows NT, Windows 2000, Windows XP, Windows 2003, Windows CE
Homepagecomponentspot.com
Emailwebmaster@componentspot.com
AuthorComponent Spot
Other author's software:
  • 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.
  • zlib 1.2.1 — A free general-purpose compression library. CRC-32 or ADLER 32 checksums. In-memory operations use zlib data format. Its compression algorithm is deflate. Files on a file system compressed with gzip format. Lacks PKZip 4.5, BZip2, and Deflate64.
Show all author's software

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.
Short tags:
zip asp.net, compression c#, compression vb.net, zip .net, zip c#, zip dotnet, zip vb.net, compress c#, compress vb.net, compression .net
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.
Free Download now  Free Download SharpZipLib 0.5 from componentspot.com

Similar software shotlights:
  • Chilkat .NET Zip Component 12.3 — Zip component for C#, VB.NET, and ASP.NET providing managed classes for creating, managing, and unzipping Zip archives. Supports progress monitoring, AES strong-encryption, Gzip, Unix .Z compression…
  • Chilkat .NET Zip Component (2.0 Framework) 12.3 — .NET 2.0 Zip component for C#, VB.NET, and ASP.NET providing managed classes for creating, managing, and unzipping Zip archives. Supports progress monitoring, AES strong-encryption, Gzip, Unix .Z…
Find all software similar on SharpZipLib 0.5

Similar news:
  • Microsoft Probes Flaw in ASP.NET — A glitch in the platform's processing of URLs could allow intruders to access password-protected sections of a Web site simply by altering a URL.
  • In Brief: Eiffel releases tool for authoring ASP.Net pages — Eiffel Software has released Eiffel for ASP.Net, a free tool for developing dynamic Web sites and Web applications in Eiffel. Eiffel's Design by Contract feature makes it easy to write bug-free code to build business-critical applications. The tool runs w
Find all news similar on SharpZipLib 0.5

Similar smart reviews:
  • Spices.Net Suite: All about .Net Visual Studio Can't Do — Spices.Net Suite is a collection of utilities, which brings all the strength the .Net platform *potentially* has right in a developer’s hands. Unfortunately, the functionality of the tools created by Microsoft for their own platform is always much poorer than what it could be, and Spices.Net is addressed to fix this drawback. Once installed, Spaces.Net Suite will provide you…
  • paxScript.NET .A Script Might Be Everywhere — The implementation of many software projects requires at least two different languages: an industry-level one for the project’s core, its powerful «engine», and a scripting language, which would be interpreted when the program is running. Scripting languages are typically simpler and slower than the industrial ones, but they have their own area of application. These languages are often used…
  • Editor.NET 1.42, Edit Like Professional — One of the most common, «recursive» tasks for any programmer is a hand-made code editor. Sometimes, it is only a challenge for training skills and playing with components. Sometimes, it is an experimental or hobbyish attempt to Do Better (create an editor with features nobody else has invented). And in many cases self-made code editor is business necessity…
  • PureComponents NicePanel for .NET WinForms v1.2 — NicePanel from PureComponents is a WinForms container, which looks much like the modern «sidebar panels» (in the Windows XP-promoted style). It is thoroughly designed, pretty looking and smartly-featured container for any other elements. Due to NicePanel?s flexibility and wide range of styles, it can be used with the same success for input forms or for information tips, for dialogs…
  • Net Video Spy v2.0, Look at It, Please! — Net Video Spy is a small, easy and useful software suite for the common but not so simple task: to observe different locations by webcams and through a network. It can be used for surveillance and guarding tasks in large offices, for the viewing employees’ current occupations, and even for simple video-conferencing tasks. Net Video Spy suite consists on two separate applications: Net Video…
  • TurboZip Express 7.1, Easy Zip Everywhere! — Zipping files is one of the necessary things for dealing with files (actually, you ALWAYS deal with files when working on a computer). Today, with our huge disks, 2 Gb flash sticks and broadband Internet channels, Zip still matters as a tool of organizing file transfers (you definitely would not be happy, if somebody asked you to «download these 50 tiny files» instead…
  • Easy Net Switch a dream come true for real net-hoppers — If all networks were absolutely the same, they would’ve called it network utopia. No network-specific IP addresses, passwords, DNS servers, drive mappings, proxy and gateway addresses — all these things that may take hours to configure, especially when there is not system administrator around. Unfortunately, networks are all different and active users that commute between offices, building…
  • OZUM: Discover the Real Net — You might have heard of Usenet or maybe even have attempted to read newsgroups. But did you know they had much more than just information contributed by users? Newsgroups are loaded with binary and multimedia content, and it’s available for free to everyone. However, finding what you need in the vast expanses of the Usenet and downloading it to your computer could be a major…
  • CRC .NET Control - a native .NET component for fast CRC calculation — Cyclic Redundancy Check (CRC) calculations are used by the majority of developers to validate the integrity of files and binary streams, which makes them an important part of applications working with multiple input and output files. Despite the great number of available CRC algorithms utilizing various initial polynomials, CRC32 is by far the most popular one. If you are a .NET…
Find all smart reviews similar on SharpZipLib 0.5


Home > Software > download now SharpZipLib

See software by tags:
Amibroker stock eod data
Format ntfs fat12
4team outlook access
see also:
Attache Transparent Clock
AutoView
Aye Time Switch Pro
See software by tags:
Autoftp
Short bible
Corporate search

Copyright © 2001—2009 3d2f
Concept:
Advertisement.