• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






Kevin Gao

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2012年1月6日

压缩文件类的ZipFile
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO.Packaging; using System.IO; ... 阅读全文
posted @ 2012-01-06 10:13 Kevin Gao 阅读(26) 评论(0) 推荐(0)
 
压缩文件类的ZipFile
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO.Packaging;using System.IO;using Utilities.IO.ExtensionMethods;using Utilities.DataTypes.ExtensionMethods;namespace Utilities.FileFormats.Zip{ /// <summary> /// Helper class for dealing with zip fi 阅读全文
posted @ 2012-01-06 10:12 Kevin Gao 阅读(785) 评论(0) 推荐(0)