Browse our Products
Aspose.ZIP for Java 25.3 Release Notes
This page contains release notes information for Aspose.ZIP for Java 25.3.
All Changes
Key | Summary | Issue Type |
---|---|---|
ZIPNET-1275 | Set time metadata for encrypted 7z entries. | Enhancement |
ZIPNET-1278 | Compose temporary files in a secure way. | Enhancement |
ZIPNET-1287 | Filter out directory entries from FileEntries list. | Bug |
ZIPNET-1266 | Extract Lz4 archives. | Feature |
ZIPNET-1286 | Expose archive format for IArchive instance. | Enhancement |
ZIPNET-1276 | Fix endless extraction of 7z archive with a particular wrong password. | Bug |
ZIPNET-864 | Set time metadata for some archive types. | Enhancement |
ZIPNET-1281 | Obtain gzip archive name when gzip archive opened via format detector. | Enhancement |
ZIPJAVA-220 | Intensive RAM usage for unzipping. | Bug |
Public API and Backwards Incompatible Changes
The following public types were added: | Description |
---|---|
com.aspose.zip.Lz4Archive | Class 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. |