-
使用ZIP SDK进行压缩操作极其简便
资源介绍
This library allows .NET applications to read, create and modify ZIP files.
The Microsoft .NET Framework, starting with v2.0 for the desktop
Framework and v3.5 for the Compact Framework, includes new base class
libraries supporting compression within streams - both the Deflate and
Gzip formats are supported. But the classes in the System.IO.Compression
namespace are not directly useful for creating compressed zip archives.
The built-in compression library is not able to read or write zip archive
headers and other meta data.
This is a simple class library that provides ZIP file support. Using
this library, you can write .NET applications that read and write
zip-format files, including files with passwords, Unicode filenames, and
comments. The library also supports ZIP64 and self-extracting archives.
DotNetZip works with applications running on PCs with Windows. There is a
version of this library available for the .NET Compact Framework, too.
使用非常简单,下载后还是不知道用法的可以站内联系我