asp.net 压缩解压缩zip文件(8)
来源:未知 责任编辑:责任编辑 发表时间:2013-12-01 14:20 点击:次
ZipStream.Write(buffer, 0, buffer.Length);
}
catch
{
res = false;
}
finally
{
if (ZipEntry != null)
{
ZipEntry = null;
}
if (ZipStream != null)
{
ZipStream.Finish();
ZipStream.Close();
}
if (ZipFile != null)
{
ZipFile.Close();
ZipFile = null;
}
GC.Collect();
GC.Collect(1);
}
return res;
}
#endregion
/// <summary>
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>