.NET 2.0 的压缩功能
在.net 1.1中我们要实现压缩这一功能,一般都是用open source的SharpZipLib 或者调用J#类库。
现在在.net 2.0中增加了压缩功能,名字空间为 using System.IO.Compression;
http://www.cnblogs.com/jzywh/archive/2006/05/23/dotnet2compression.html
//成功一定有方法,失败一定有原因。
在.net 1.1中我们要实现压缩这一功能,一般都是用open source的SharpZipLib 或者调用J#类库。
现在在.net 2.0中增加了压缩功能,名字空间为 using System.IO.Compression;
http://www.cnblogs.com/jzywh/archive/2006/05/23/dotnet2compression.html