Xceed Real-Time Zip for .NET

On-the-fly Zip streaming library for .NET

About this software

Xceed Real-Time Zip for .NET is a lightweight .NET library that creates and extracts standard Zip archives in streaming fashion, without intermediate disk or full-file buffering. It begins producing a valid Zip archive as soon as it receives data and makes archived files available for extraction immediately. The component targets .NET Framework, .NET Standard, .NET Core and Xamarin; it supports multiple compression methods including LZMA, PPMd, BZip2, BWT, Deflate and Deflate64, plus AES encryption and WinZip compatibility. It is written in managed C# and includes Visual Studio documentation and samples.

Licenses & prices

Standard

Standard edition provides the core Xceed Real-Time Zip .NET libraries and runtime for basic on-the-fly compression and decompression.

Xceed real-time zip 7.x for .net

Version 7.x of Xceed Real-Time Zip for .NET provides on-the-fly ZIP compression and decompression APIs for .NET.

Purchase

Xceed Real-Time Zip for .NET

Xceed Real-Time Zip for .NET
In Stock
Delivery: 1 working day
Loading...
€1,398.19
Free and without obligation

Do you need more information or looking for another license?

Benefits

  • Streaming compression: Creates Zip archives as data arrives without full-file buffering.
  • Immediate extraction: Extracts files instantly while still receiving the Zip stream.
  • Multiple compression algorithms: Supports LZMA, PPMd, BZip2, BWT, Deflate and Deflate64.
  • AES and WinZip compatibility: Provides AES encryption and compatibility with WinZip formats.
  • Managed .NET implementation: Written in 100% managed C# with VB.NET and C# samples.

Available languages

  • English

Support information

  • Documentation and samples: Comprehensive Visual Studio-style documentation and sample applications are provided.
  • Knowledge base and FAQs: Product documentation includes technical notes and troubleshooting guidance.
  • Priority support for subscribers: Active subscribers receive priority technical support and upgrade access.
  • Installation tools: Installer places assemblies and can register them in the GAC for use.
  • Compatibility notes: Documentation lists platform-specific behaviors and recommended .NET Standard options.

Frequently asked questions

What is Xceed Real-Time Zip for .NET?
A .NET library for creating, reading, and modifying ZIP archives in real time. Provides APIs to compress and decompress data streams and manage ZIP entries from application code.
How does it integrate with .NET applications?
Provides .NET APIs that work with file and memory streams, enabling programmatic compression, decompression, and archive manipulation within application workflows.
Can it compress and decompress streams without creating temporary files?
Yes. It is designed to operate on streams so applications can perform in-memory compression and decompression without intermediate temporary files, when used appropriately.
Is it suitable for real-time processing of large data streams?
Designed for on-the-fly processing; actual throughput depends on compression settings, data characteristics, and system resources. Benchmarking is recommended for specific workloads.