Reads/writes Zip archives “on-the-fly” with no intermediate disk/memory storage.
特征综述 About Feature
声明:本产品中文介绍为慧都控件网版权所有,未经慧都公司书面许可,严禁拷贝、转载!
.NET technology
- 100% managed code written in C# (Complete source code available in the Blueprint Edition of Xceed Real-Time Zip for .NET CF).
- Object-oriented design created specifically for version 2.0 and up of the .NET Compact Framework.
- Seamless integration with the .NET base class libraries.
- All error handling works through .NET exception classes.
- Objects don’t need to be explicitly disposed of.
- CLS compliant (Common Language Specification).
- Does not use unsafe blocks for minimal permission requirements.
- Documentation fully integrated into Visual Studio.
- VB.NET and C# sample applications.
Major Features
- Lets mobile applications read and write fully standard Zip archives without resorting to any intermediate disk/memory storage or temporary files whatsoever. This means optimized performance ideal for high-demand server environments, Biztalk servers, diskless operations, I/O-intensive Web sites, or any situation where real-time streaming zip/unzip capabilities are needed, or where memory or disk space is at a premium.
- The product's main ZipWriter and ZipReader classes use any seekable or non-seekable Stream-based object as the target or source Zip archive, respectively, for complete flexibility and “on-the-fly” compression/decompression.
- Lightweight libraries.
- Creation of Zip archives begins as soon as data to compress has been received: no waiting for all of the files, or even for complete files. Doesn’t need to know in advance the number or size of files.
- Zip archives can be immediately sent over a network or saved locally as soon as the write process has begun, and the remainder of the archive becomes available as it is compressed.
- Fast: Not needing to use temporary files when creating a Zip file means it's slightly faster than Xceed Zip for .NET when it comes to creating entirely new Zip files.
- Secure: Because no temporary files are used while writing a Zip file, there is less chance of unauthorized access or modification of files during the Zip creation process.
- Archived files are extracted and available instantly for further processing even if the component is still receiving the Zip archive.
- The size or number of files in a Zip archive has absolutely no impact on memory and disk-space requirements.
- Just a few methods and properties are needed to perform powerful Zip compression/extraction.
- Supports the BZip2, BWT, Deflate, and Deflate64™ compression methods.
- Events and properties to monitor and control the Zip writing/reading processes are also provided.
更新时间:2008-8-25 | 录入时间:2008-3-12 | 编辑:liuzh | 审核:wangss