Browse our Products
Aspose.ZIP for .NET 25.5 Release Notes
This page contains release notes information for Aspose.ZIP for .NET 25.5.
All Changes
Key | Summary | Issue Type |
---|---|---|
ZIPNET-1289 | Detect uuencoded file by signature. | Feature |
ZIPNET-1308 | Store Unix file mode within uuencoded file. | Enhancement |
ZIPNET-1309 | Provide methods for composition tar.lz4 combined archives. | Feature |
ZIPNET-1310 | Allow to include block checksum for LZ4 archive. | Enhancement |
ZIPNET-1311 | Allow to include original content size for LZ4 archive. | Enhancement |
ZIPNET-1312 | Reduce memory allocations on LZ4 extraction. | Enhancement |
ZIPNET-1313 | Fix setting Unix file mode if file was not supplied. | Bug |
Public API and Backwards Incompatible Changes
The following public methods and properties were added: | Description |
---|---|
Aspose.Zip.Lz4.Lz4ArchiveSetting.IncludeContentSize | Gets or sets a value indicating whether to include the content size in the frame of LZ4 archive. |
Aspose.Zip.Lz4.Lz4ArchiveSetting.IncludeBlockChecksum | Gets or sets a value indicating whether to include compressed xxh32 hash at the end of compressed block. |
Aspose.Zip.Tar.TarArchive.SaveLZ4Compressed(…) | Saves archive to the destination with LZ4 compression.. |