11 2012 档案
SharpZipLib进行文件的压缩和解压缩
摘要:一。压缩文件,生成文件流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 阅读(526) 评论(0) 推荐(0)