Browse our Products

Aspose.ZIP for Java 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

Public API and Backwards Incompatible Changes

The following public methods were added:Description
com.aspose.zip.Lz4ArchiveSetting.getIncludeContentSize()Gets a value indicating whether to include the content size in the frame of LZ4 archive.
com.aspose.zip.Lz4ArchiveSetting.setIncludeContentSize( boolean )Sets a value indicating whether to include the content size in the frame of LZ4 archive.
com.aspose.zip.Lz4ArchiveSetting.getIncludeBlockChecksum()Gets a value indicating whether to include compressed xxh32 hash at the end of compressed block.
com.aspose.zip.Lz4ArchiveSetting.setIncludeBlockChecksum( boolean )Gets a value indicating whether to include compressed xxh32 hash at the end of compressed block.
com.aspose.zip.TarArchive.saveLZ4Compressed(…)Saves archive to the destination with LZ4 compression..