Browse our Products
Aspose.ZIP for Java 25.5 Release Notes
This page contains release notes information for Aspose.ZIP for Java 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 |
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.. |