中国最专业的商业控件服务网

慧都控件网

电话:400-700-1020(免费)或023-66090381
product
上一个 上一个 Xceed Streaming Compression Library 下一个 下一个Polar ZIP
Xceed Zip for .NET Compact Framework
[产品编号: 10209 ]  
Xceed Zip for .NET Compact Framework

收藏订阅

  • 当前版本:v4.2   [销售以商家最新版为准,如需其他版本,请来电咨询]
  • 开  发 商:Xceed Software 正式授权
  • 产品类型:独立控件
  • 产品功能:压缩与解压缩
  • 控件类型:.NET
  • 其他特性:嵌入式应用
  • 产品源码:源码可选
关于本产品的分类与介绍仅供参考,具体以商家网站介绍为准。
产品介绍 下载 购买 版本更新 开发商 视频与培训 评论  
Xceed Zip for .NET Compact Framework v4.2(最新版) (10-06-10) v4.1

Xceed Zip for .NET Compact Framework 版本更新 v4.2 (更新日期:6/10/2010)

The Zip capabilities in version 4.2 of Xceed Zip for .NET CF boast their most exciting and significant performance increase yet. Creating and updating zip files can be significantly faster, thanks to a greatly reduced use of temporary files.

Added a TarEvents class (currently undocumented). The class should be used like the ZipEvents class. For now, TarEvents only contains the ReadingTarItemProgression event. It will be triggered during the initial reading of the Tar archive. The Tar format does not allow the component to know the total number of items without a large time penalty. So true progression with a percentage is not possible. The event will report the value 0 in the 'Total' property until the last time the event is triggered. Then, the value in 'Total' will be the total number of items read. This will also serve to indicate that the operation has completed.