Wednesday, April 30, 2003
ZIP in .NET Compact Framework
Posted by Andy Sjostrom in "DEVELOPER" @ 04:20 AM
http://www.icsharpcode.net/OpenSource/SharpZipLib/
Mobile device RAM is precious. Developers can now incorporate ZIP technology in .NET Compact Framework development. The open source .NET ZIP file class library now supports .NET Compact Framework!
"#ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language). The creator of #ziplib put it this way: "I've ported the zip library over to C# because I needed gzip/zip compression and I didn't want to use libzip.dll or something like this. I want all in pure C#."
Mobile device RAM is precious. Developers can now incorporate ZIP technology in .NET Compact Framework development. The open source .NET ZIP file class library now supports .NET Compact Framework!
"#ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language). The creator of #ziplib put it this way: "I've ported the zip library over to C# because I needed gzip/zip compression and I didn't want to use libzip.dll or something like this. I want all in pure C#."