Easy Compression Library is a very easy-to-use replacement of TFileStream, TMemoryStream and other TStream descendants to their analogues with compression/decompression and encryption. Compression is transparent, all the methods, properties and behavior of TFileStream and TMemoryStream are supported, so it is very simple to replace them in the application code.

Easy Compression Library does not support multi-file archives. If you need to compress multiple files to a single archive file try FlexCompress or ZipForge.
Compiles into exe - no dll/ocx required.
Supports all the methods, properties and behavior of TFileStream and TMemoryStream.
One stream provides transparent compression/decompression for write and read operations.
Forward and backward seeks in compressed stream.
Read and write any portion of data at any file position.
OnProgress event handler.
Compression rate indicator.
Strong encryption provided by Rijndael algorithm, the AES winner.
Could be configured to comply with U.S. and other export restrictions.
Fastest compression level is extremely fast.
Good and Max compression levels provide much better compression rate than Rar, Zip, etc.
Small customizable footprint (45K-100K).
Full source code available.
Includes comprehensive help and demos for Delphi, C++ Builder and Kylix.

最新文章

  1. unix shell命令
  2. C#中通过Selenium IWebDriver实现人人网相册备份工具
  3. hibernate的id生成策略
  4. 用FSM写Case,玩过没?
  5. SQLServer优化资料整理(二)
  6. 先锋军Android注射技术《三》
  7. Android Studio 提高工作效率的奇技
  8. TCP协议之三次握手与四次挥手
  9. CentOS下安装go语言编译环境
  10. 「Algospot」龙曲线DRAGON
  11. Oracle之数组
  12. bootstrap源码之滚动监听组件scrollspy.js详解
  13. Nginx stream如何获取ssl信息并反向代理至上游服务器
  14. 神州数码OSPF基于区域认证(简单、MD5认证)
  15. Keras 处理 不平衡的数据的分类问题 imbalance data 或者 highly skewed data
  16. 12174 - Shuffle
  17. df值自由度学习[转载]
  18. UVA-11490 Just Another Problem
  19. 通过构造系统服务分发实现拦截&过滤 (仿360游戏保险箱)
  20. git 学习之基本概念

热门文章

  1. 简洁常用权限系统的设计与实现(三):维护和利用节点的深度level,迭代实现树的构造
  2. 【codeforces 779D】String Game
  3. linux下Java程序中插入DB中国的数据乱码问题
  4. 理解Java字符串常量池与intern()方法
  5. 记录一下go web 文档
  6. 《modern operating system》 chapter 5 Input and output 注意事项
  7. 简单IO,将一段字符串存入一个记事本
  8. MongoDB 可视化管理工具
  9. WPF Label控件在数据绑定Content属性变化触发TargetUpdated事件简单实现类似TextChanged 事件效果
  10. Oracle实践--PL/SQL综合之分页存储过程