ICSharpCode压缩与解压缩源码

时间:2014-11-07 03:37:50
【文件属性】:

文件名称:ICSharpCode压缩与解压缩源码

文件大小:1.19MB

文件格式:ZIP

更新时间:2014-11-07 03:37:50

CSharp 压缩 解压缩 源码

ICSharpCode压缩与解压缩源码 本程序介绍: ICSharpCode压缩与解压缩技术,给初学者以及有需要的人士提供学习帮助 关于SharpZipLib的一个简短的介绍: #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#." SharpZipLib是基于.NET平台C#开发的开源程序,源码打包到程序中,感兴趣的朋友可以学习一下。


【文件预览】:
uzipSharpZipLib
----Program.cs(487B)
----WinMain.resx(245KB)
----obj()
--------Debug()
----bin()
--------Release()
--------Debug()
----WinMain.cs(4KB)
----uzip.sln(897B)
----WinMain.Designer.cs(5KB)
----uzip.csproj.user(208B)
----uzip.csproj(4KB)
----SharpZipLib_0860_SourceSamples.zip(708KB)
----Properties()
--------AssemblyInfo.cs(1KB)
--------Settings.Designer.cs(1KB)
--------Resources.resx(5KB)
--------Settings.settings(249B)
--------Resources.Designer.cs(3KB)

网友评论

  • 仔细研究了一下,可以使用了,直接用的项目中
  • 自己试了一次 成功了 很好用
  • 有Zip等常用的压缩,但想要的没有包括
  • 是源代码,但看不懂啊,好像很深奥啊,晕死了~