Browse our Products

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

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

Release Highlights

Aspose.ZIP for Java 24.12 improves archive extraction support across legacy and modern formats. This release introduces adaptive Huffman decoding for LHA and enhances Delta-encoded entry extraction in 7z archives.

New Features

  • LHA Adaptive Huffman Compression Support
    • Now supports extraction of .lha entries compressed using adaptive Huffman encoding.

Enhancements

  • Improved 7z Delta Decoder Support
    • Enhanced ability to extract entries from 7z archives that use Delta compression transformation.

Public API and Backward Incompatible Changes

  • New Enumeration
    • com.aspose.zip.SevenZipCompressionMethod.Delta
      • Identifies entries in 7z archives that are prepared using the Delta converter.

🔍 Explore the Full Release Details

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


lha | adaptive huffman | 7z delta | zip for java | archive extraction

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