Browse our Products

<dependency>
    <groupId>com.aspose</groupId>
    <artifactId>aspose-zip</artifactId>
    <version>24.1</version>
</dependency>
copied!  
                                                
                                                  compile(group: 'com.aspose', name: 'aspose-zip', version: '24.1')
                                                
                                              
copied!  
<dependency org="com.aspose" name="aspose-zip" rev="24.1">
    <artifact name="aspose-zip" ext="jar"/>
</dependency>
copied!  
libraryDependencies += "com.aspose" % "aspose-zip" % "24.1"
copied!  

What’s new in the Aspose.ZIP for Java 24.1

Release Highlights

Aspose.ZIP for Java 24.1 delivers significant feature upgrades, including support for extracting .rar archives and handling multi-volume .zip files. Additionally, this release resolves character encoding issues in certain archive scenarios.

New Features

  • RAR Archive Support Added support for reading .rar files with or without encryption via RarArchive, RarArchiveEntryPlain, and RarArchiveEntryEncrypted.

  • Multi-Volume ZIP Extraction Introduced multi-part ZIP archive extraction with constructor:
    Archive(String, String[], ArchiveLoadOptions)

Bug Fixes

  • Charset Encoding in Archives Fixed an issue where incorrect encoding prevented proper name resolution in some archives.

Public API and Backward Incompatible Changes

  • New Classes Introduced

    • com.aspose.zip.RarArchive: Represents a RAR archive file.
    • com.aspose.zip.RarArchiveEntry: Base class for RAR file entries.
    • com.aspose.zip.RarArchiveEntryEncrypted: For password-protected entries.
    • com.aspose.zip.RarArchiveEntryPlain: For non-encrypted entries.
    • com.aspose.zip.RarArchiveLoadOptions: Load options for RAR archives.
  • New Constructor

    • Archive(String path, String[] volumes, ArchiveLoadOptions options)
      Enables loading multi-volume ZIP archives for extraction.

🔍 Explore the Full Release Details

For full list of updates, please visit Aspose.ZIP for Java 24.1 Release Notes.


rar extraction | multi-volume zip | archive encoding | aspose.zip | compressed file handling

VersionRelease Date
25.5May 14, 2025
25.4April 30, 2025
25.3March 27, 2025
25.2February 28, 2025
25.1January 31, 2025
24.12December 19, 2024
24.11November 29, 2024
24.10October 30, 2024
24.9September 30, 2024
24.8August 30, 2024
24.7July 31, 2024
24.6June 29, 2024
24.5May 14, 2024
24.4April 25, 2024
24.3March 29, 2024
24.2March 11, 2024
24.1January 31, 2024
23.12December 22, 2023
FileClassifierSize
aspose-zip-24.1-javadoc.jarjavadoc607 KB
aspose-zip-24.1.jar6 MB
aspose-zip-24.1.pom393 bytes