Xceed Real-Time Zip for .NET について

Zipファイルを直接作成および抽出、ストレージファイルシステムを使用できないストリーミング環境に最適

Xceed Real-Time Zip for .NET lets applications read or write fully standard Zip archives without resorting to intermediate disk/memory storage or temporary files. Archives and extracted files are immediately ready for processing while data is still being received. Xceed Real-Time Zip for .NET provides optimized, “on-the-fly” performance ideal for scenarios such as 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. Xceed Real-Time Zip for .NET Blueprint Edition includes the product's C# source code as well as a 1-year Vanguard subscription including updates to the source code.

.NET technology

  • 100% managed code written in C# (Complete source code available in the Blueprint Edition of Xceed Real-Time Zip for .NET).
  • Object-oriented design created specifically for version 2.0 and up of the .NET 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.

Xceed Real-Time Zip for .NET Major features

  • Lets 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, Deflate64™, and PPMd compression methods. (The PPMd compression method is only available in 32-bit applications.)
  • AES encryption and decryption are supported for maximum WinZip compatibility.
  • Events and properties to monitor and control the Zip writing/reading processes are also provided.