Browse our Products

Aspose.ZIP for .NET 25.5 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1289Detect uuencoded file by signature.Feature
ZIPNET-1308Store Unix file mode within uuencoded file.Enhancement
ZIPNET-1309Provide methods for composition tar.lz4 combined archives.Feature
ZIPNET-1310Allow to include block checksum for LZ4 archive.Enhancement
ZIPNET-1311Allow to include original content size for LZ4 archive.Enhancement
ZIPNET-1312Reduce memory allocations on LZ4 extraction.Enhancement
ZIPNET-1313Fix 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.IncludeContentSizeGets or sets a value indicating whether to include the content size in the frame of LZ4 archive.
Aspose.Zip.Lz4.Lz4ArchiveSetting.IncludeBlockChecksumGets 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..