Browse our Products
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-zip</artifactId>
<version>24.6</version>
</dependency>
compile(group: 'com.aspose', name: 'aspose-zip', version: '24.6')
<dependency org="com.aspose" name="aspose-zip" rev="24.6">
<artifact name="aspose-zip" ext="jar"/>
</dependency>
libraryDependencies += "com.aspose" % "aspose-zip" % "24.6"
What’s new in the Aspose.ZIP for Java 24.6
Release Highlights
Aspose.ZIP for Java 24.6 introduces comprehensive support for several widely-used archive formats and compression methods. This release adds compatibility with ZStandard, WIM, CAB, XAR, and CPIO, allowing Java developers to handle even more packaging formats in enterprise environments. Key bug fixes also improve integration with FIPS-certified environments and support saving archives directly to output streams.
New Features
ZStandard Compression Format Support
- Introduced
ZstandardArchive
andZstandardCompressionSettings
. - Enables reading and saving
.zst
compressedTarArchive
.
- Introduced
CPIO Archive Support
- Added
CpioArchive
,CpioEntry
, andCpioFormat
for working with legacy Unix-based archives.
- Added
CAB Archive Support
- Introduced
CabArchive
andCabEntry
for Microsoft CAB file processing.
- Introduced
WIM (Windows Imaging Format) Support
- Includes full object model:
WimArchive
,WimEntry
,WimFileEntry
,WimDirectoryEntry
, andWimImage
.
- Includes full object model:
XAR (eXtensible ARchiver) Format Support
- Added
XarArchive
,XarEntry
, and compression configuration viaXarBzip2CompressionSettings
,XarZlibCompressionSettings
, etc.
- Added
Implode Method in ZIP Extraction (from .NET parity)
- Support added for extracting ZIP files using the Implode compression method.
Bug Fixes
Fixed OutputStream Save Exception
- Resolved
NotImplementedException
when saving archives toOutputStream
.
- Resolved
FIPS Environment Compatibility
- Fixed
FipsOperationError
in environments using BouncyCastle FIPS modules.
- Fixed
Public API and Backward Incompatible Changes
New Classes
CabArchive
,CabEntry
CpioArchive
,CpioEntry
WimArchive
,WimEntry
,WimFileEntry
,WimDirectoryEntry
,WimImage
XarArchive
,XarEntry
,XarFileEntry
,XarDirectoryEntry
XarCompressionSettings
,XarStoreCompressionSettings
,XarBzip2CompressionSettings
,XarZlibCompressionSettings
ZstandardArchive
,ZstandardCompressionSettings
New Methods
TarArchive.fromZstandard(InputStream | String)
TarArchive.saveZstandard(OutputStream | String, TarFormat)
Bzip2Archive.setSource(CpioArchive, CpioFormat)
New Enumerations
CpioFormat
🔍 Explore the Full Release Details
For full list of updates, please visit Aspose.ZIP for Java 24.6 Release Notes.
Version | Release Date |
---|---|
25.5 | May 14, 2025 |
25.4 | April 30, 2025 |
25.3 | March 27, 2025 |
25.2 | February 28, 2025 |
25.1 | January 31, 2025 |
24.12 | December 19, 2024 |
24.11 | November 29, 2024 |
24.10 | October 30, 2024 |
24.9 | September 30, 2024 |
24.8 | August 30, 2024 |
24.7 | July 31, 2024 |
24.6 | June 29, 2024 |
24.5 | May 14, 2024 |
24.4 | April 25, 2024 |
24.3 | March 29, 2024 |
24.2 | March 11, 2024 |
24.1 | January 31, 2024 |
23.12 | December 22, 2023 |
File | Classifier | Size |
---|---|---|
aspose-zip-24.6-javadoc.jar | javadoc | 963 KB |
aspose-zip-24.6.jar | 8 MB | |
aspose-zip-24.6.pom | 393 bytes |