摘要: 一。压缩文件,生成文件流using System;using System.Collections.Generic;using System.Text;using System.IO;using ICSharpCode.SharpZipLib.Zip;using ICSharpCode.SharpZipLib.Core;namespace TimeInterval{ public class ZipFileBuilder : IDisposable { private bool disposed = false; ZipOutputStream zipS... 阅读全文
posted @ 2012-11-08 11:27 Black Bean 阅读(531) 评论(0) 推荐(0)