Browse our Products

Aspose.ZIP for Java 25.3 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1275Set time metadata for encrypted 7z entries.Enhancement
ZIPNET-1278Compose temporary files in a secure way.Enhancement
ZIPNET-1287Filter out directory entries from FileEntries list.Bug
ZIPNET-1266Extract Lz4 archives.Feature
ZIPNET-1286Expose archive format for IArchive instance.Enhancement
ZIPNET-1276Fix endless extraction of 7z archive with a particular wrong password.Bug
ZIPNET-864Set time metadata for some archive types.Enhancement
ZIPNET-1281Obtain gzip archive name when gzip archive opened via format detector.Enhancement
ZIPJAVA-220Intensive RAM usage for unzipping.Bug

Public API and Backwards Incompatible Changes

The following public types were added:Description
com.aspose.zip.Lz4ArchiveClass representing Lz4 archive.
The following public methods were added:Description
com.aspose.zip.Lz4Archive.extract(…)Extracts the Lz4 archive.
com.aspose.zip.Lz4Archive.open()Opens the archive for extraction and provides a stream with archive content.
com.aspose.zip.Lz4Archive.extractToDirectory()Extracts content of the archive to the directory provided.
com.aspose.zip.IArchive.getFormat()Gets the detected archive format.