Xceed Zip for .NET - Xceed Zip for .NET

  1. About Xceed Zip for.NET

    Description: Create Zip files or compress/uncompress data in memory. Xceed Zip for.NET is a data compression and all-purpose file manipulation class library for.NET and ASP.NET. It provides flexible zip, unzip, ... streaming data compression and an innovative and extensible file system object model that makes zip files as easy to work with as regular files or folders. Xceed Zip for.NET Features Provides WinZip 12 ... storage. When unzipping one or more files from a Zip file located on an FTP site, Xceed Zip for.NET will download only the necessary portions of the Zip file required in order to unzip the files, for greatly ...

  2. Xceed Zip for.NET Prices

    Pricing: Xceed Zip for.NET V7.1- Standard Subscription Includes a Perpetual License as well as any new versions or updates released for 1 year. Also provides 1 year of priority support. 1 Developer License ... 512321-1491019 Xceed Zip for.NET V7.1- Blueprint Subscription Includes a Perpetual License with Source code as well as any new versions or updates released for 1 year. Also provides 1 year of priority support. 1 ... No: 512321-1491027 Xceed Zip for.NET V7.1- Standard Renewals Subscription Renewal Before Expiration- Standard Subscription- Includes any new versions or updates released for 1 year. Also provides 1 year ...

  3. Xceed Zip for.NET Compatibility

    Compatibility: Component Type.NET Class Compatible Containers Microsoft Visual Studio 2019 Microsoft Visual Studio 2017 Microsoft Visual Studio 2015 Microsoft Visual Studio 2013 Microsoft Visual Studio 2012 ...

  4. Xceed Zip for.NET Licensing

    Licensing: ...

  5. Xceed Zip for.NET improves efficiency

    Release Notes: create archives using the Deflate format without compression, for full compatibility with Xceed Real-Time Zip (.NET /.NET CF / Silverlight) and generally improved flexibility. ... Updates in V5.1 Now creates zip files even more efficiently by allowing developers to decided whether folder entries should be written to an archive, which reduces its size. The product can also ...

  6. Xceed Zip for.NET V6. released

    Release Notes: Changed exception message. Changed the exception messages for CompressionException when decompressing Deflate and Deflate64 data to make them more clear about what actually went wrong. ...

  7. Xceed Zip for.NET V7.1

    Release Notes: the.zip file in a streaming way if the file is not seekable. It is now possible to create self-extracting.zip files when using the Microsoft.NET standard version of the component on Microsoft Windows. Added ... Multi-threading is now supported when zipping into split.zip files. Multi-threading is now supported when zipping into split.zip files. It is now possible to force the zipping process to write ... a new utility class, called BZip2File, which allows you to easily create and manipulate BZip2 files using the Xceed.FileSystem interface. The FileSystemEvents.AddingItemToProcess event will now remember ...

  8. Xceed Zip for.NET Improves Performance

    Release Notes: with all the components in the suite. Zip for.NET now takes less time to create and update zip archives that contain a large number of items. ... Updates in V5.7 It is now possible to filter out symbolic links, junctions and volume mounts from being scanned and processed in file operations. This applies to zipping, but the filter can be used ...

  9. Xceed Zip for.NET increases performance

    Release Notes: Updates in V4.2 Significant performance increase Creating and updating zip files can be significantly faster, thanks to a greatly reduced use of temporary files. ...

  10. Xceed Zip for.NET V7.1 (Build: 7.1.24152.2253)

    Release Notes: QuickCompression.Compress() will now return compressed data when the compression method is something other than Deflate. A FileSystemInternalException will no longer be thrown in the.NET garbage ...

  11. Xceed Zip for.NET V7.0

    Release Notes: instantly within the same archive. Creating a new split zip archive no longer uses temporary files. ...

  12. Xceed Zip for.NET V7.1 (Build: 7.1.23524.1212)

    Release Notes: Fixed a bug where AbstractFolder.CopyItemsTo() and MoveItemsTo() incorrectly included themselves in the operation, causing an ItemIsRootFolderException in some situations. 0 ...

  13. Xceed Zip for.NET V6.9

    Release Notes: an unlimited, stack-based, option system that will allow future versions to specify advanced options for Zip and Unzip operations. Reduced memory fragmentation caused by heavy usage ... Improves compression speed and reduces memory fragmentation. Improved the speed of "CompressionMethod.Deflated" compression on Microsoft.NET 4.5 and later. Added primitives that implement ...

  14. Xceed Zip for.NET V6.8.1

    Release Notes: Improves Self-extractor and FileSystem. Self-extractor: It is now possible for the ExecuteAfter property to run a program as administrator (with prompt) even if the self-extracting archive itself is not. It is now possible to specify an error message for when the ExecuteAfter property is unable to ...

  15. Xceed Zip for.NET V6.8

    Release Notes: Improves Multi-thread manager. Multi-thread manager can now automatically run in the background, to keep threads fed with data to compress. Added support for Xceed Zip 3 compressed data format ... in the new Xceed.Compression.Formats.XceedZip3CompressedStream class. The self-extractor module can now pass command-line arguments and return exit codes from the ExecuteAfter applications. ...

  16. Xceed Zip for.NET V7.1 (Build: 7.1.23156.243)

    Release Notes: Improves support for text encoding with non-Unicode characters. Specify a code page to use for zipped items that use OEM text encoding (non-Unicode characters). Supply a custom Text.Encoding object, ... which is useful when dealing with old zip archives created on machines outside of North America. Corrupted zip archives are no longer generated in situations where a file's header triggers a split. 0 ...

  17. Xceed Zip for.NET V6.7

    Release Notes: in the ItemProgressionEventArgs.CurrentItem event argument instead of the host Zip AbstractFile. Added the AllowTempFiles property (enabled by default) to maintain full CPU utilization when the manager runs out of memory. Fixed a bug where ... the use of ZipMultiThreadManager sometimes produced corrupted zip files. Fixed a bug where the ZipMultiThreadManager object was ignored by calls to the AbstractFile.CopyTo method. Fixed an issue where ... Now includes ports of Tar.NET, Gzip.NET and Synchronization.NET to.NET Standard 2.0 and above. A port of Tar.NET to.NET Standard 2.0 and above is now available. A port of Gzip.NET to.NET Standard ...

  18. Xceed Zip for.NET V6.6

    Release Notes: Adds support for.NET Standard 2.0 and up. Adds support for.NET Standard 2.0 and up. The Zip Slip Vulnerability can be addressed through the use of the FileSystemEvents.AddingItemToProcess event ... which has been improved to facilitate its usage in this context. Zip progression events now offer a consistent behavior when used with the ZipMultiThreadManager. Events are triggered in the same general ... order as they would in single-threaded operations. They also correctly track progress numbers for individual files and overall files even when multiple files are being zipped at the same time. ...

  19. Xceed Zip for.NET V6.5

    Release Notes: Update nested zip files if outer zip files use ‘Stored’ compression method. Update nested zip files if outer zip files use ‘Stored’ compression method. The following bits can now be set ...

  20. Xceed Zip for.NET V6.4

    Release Notes: Automatic retrying of zip file update operations when other applications lock the zip file. Added ZipArchive.NumAutoRetries and ZipArchive.AutoRetryDelay properties that allow automatic retrying ... of zip file update operations when other applications (such as anti-viruses) lock the zip file and/or its temporary files. Fixed a bug where setting ZipArchive.AllowSpanning or ZipArchive.SplitSize ...