Xceed Real-Time Zip for Xamarin

Real-time ZIP streaming for Xamarin apps

About this software

Xceed Real-Time Zip for Xamarin is a managed C# library that creates and extracts ZIP archives as data streams without using intermediate disk or memory. It begins producing a standard ZIP file as soon as input data arrives, enabling immediate network transfer or incremental extraction. The component supports Xamarin Android and iOS and aligns with the .NET Standard build, offering multiple compression methods and AES encryption for WinZip compatibility.

Licenses & prices

Standard

Standard edition provides core real-time ZIP compression and decompression APIs and essential Xamarin integration features.

Xceed real-time zip 6.x for xamarin

Version 6.x build of Xceed Real-Time Zip for Xamarin, providing real-time ZIP compression/decompression APIs for Xamarin apps.

Purchase

Xceed Real-Time Zip for Xamarin

Xceed Real-Time Zip for Xamarin
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

  • Streamed ZIP I/O: Creates and extracts ZIP archives without intermediate disk or memory storage.
  • Immediate availability: Archive data becomes available as it is compressed or received.
  • Wide compression support: Supports LZMA, PPMd, BZip2, BWT, Deflate and Deflate64.
  • Encryption and compatibility: Includes AES encryption and WinZip 12 (LZMA) compatibility.
  • Xamarin and .NET Standard: Built in managed C# for Xamarin Android/iOS and .NET Standard.

Available languages

  • English
  • Spanish

Support information

  • Priority subscriber support: Subscribers receive priority technical support and access to updates and bug fixes during their subscription period.
  • Documentation and samples: Comprehensive Visual Studio-style documentation and sample applications are provided.
  • Knowledge base articles: A searchable knowledge base and HTML manual are available for troubleshooting.
  • NuGet packages available: Xceed publishes NuGet packages for the Real-Time Zip components.
  • Subscription benefits: Subscriptions include access to new versions and optional source code with Blueprint.

Frequently asked questions

What is Xceed Real-Time Zip for Xamarin?
A .NET library for Xamarin apps that enables creating, reading, and processing ZIP archives in real time, supporting stream-based compression and decompression within mobile applications.
Which Xamarin platforms are supported by this library?
Designed for use within Xamarin projects and compatible with platforms that Xamarin targets, enabling integration into cross-platform mobile applications.
How is the library integrated into a Xamarin project?
Reference the library from the Xamarin project and call its .NET APIs from C#; typical usage involves handling files and streams for compression and decompression.
How can memory usage be managed when compressing or decompressing archives?
Prefer stream-based APIs and process entries sequentially to avoid loading entire archives into memory; use buffered reads and writes to reduce footprint.