ComponentOne Zip for WinForms

ComponentOne Zip for WinForms

  Create, open, and manage industry standard zip files from within your application.

  ComponentOne Zip for WinForms is a Windows.NET component that allows you to add compression and encryption to any .NET stream (including memory, file, and network streams). Visual Studio 2005 and Visual Studio 2008 compatible (VS2005, VS2008)

  ComponentOne Zip for WinForms is sold as part of the ComponentOne Studio Enterprise and the ComponentOne Studio for WinForms.

  ComponentOne Zip for WinForms class library is architected to provide developers with three levels of programmatic control. At the most abstract level you take total control over zip files, but when you need more power and flexibility, you can work directly with the low-level data compression engine. This object model simplifies the process adding robust data compression and zip file manipulation functionality to your .NET applications.

  High Level Classes: C1ZipFile, C1ZipEntry, and C1ZipEntryCollection

  The highest-level classes in the ComponentOne Zip for WinForms library include the C1ZipFile, C1ZipEntry, and C1ZipEntryCollection classes. These classes give you the power to create, open, and easily manage industry standard zip files. With these classes, you can inspect the contents of zip files, test their integrity, and even add, delete, and extract entries to and from zip files. Using zip files to store application data provides the following benefits:

  Streamline application deployment: Consolidate multiple files into a single compressed zip file (optionally password protected)

  Save disk space and network bandwidth: Allow your end-users to give their hard disk and network the extra space it deserves by adding convenient zip compression to your .NET application

  Industry standard format: No need to worry about file compatibility. ComponentOne Zip for WinForms allows you to completely control industry standard zip files

相关推荐
胡萝卜术5 小时前
从API调用到手写LRU:力扣146「LRU缓存」的哈希表+双向链表终极进化之路
前端·javascript·面试
科技道人6 小时前
记录 默认置灰/禁用 app ‘Search Engine Selector‘ 的disable按钮
开发语言·前端·javascript
shuaijie051811 小时前
强制修改调用接口的api地址。
javascript·vue.js·ecmascript
JerrySir11 小时前
恶意 npm 包只活了 17 分钟:技术面试里,为什么“升级依赖”还不算止血?
javascript·安全
白帽小阳11 小时前
2026前端面试题!(附答案及解析)
javascript·网络·python·安全·web安全·网络安全·护网行动
这是个栗子11 小时前
前端开发中的常用工具函数(八)
开发语言·前端·javascript
Hilaku12 小时前
Vue 和 React 真正的差距,不在语法,而在团队犯错成本
前端·javascript·程序员
研☆香12 小时前
为什么变量声明在赋值前也能使用?—— 深入理解 JavaScript 变量提升与作用域
开发语言·前端·javascript
柯克七七12 小时前
我把 bug 修得太干净了,测试组以为这个模块本来就没问题
前端·javascript·typescript
Null15512 小时前
浏览器唤起桌面端应用(终极篇)
前端·javascript