Browse our Products

Aspose.ZIP for Java 24.1 Release Notes

KeySummaryIssue Type
ZIPJAVA-1Add support for Rar.Feature
ZIPNET-1112Extract multi-volume zip archive.Feature
ZIPNET-1111Set proper encoding for some charsets.Bug

Public API and Backwards Incompatible Changes

The following public types were added:Description
com.aspose.zip.RarArchiveThis class represents RAR archive file.
com.aspose.zip.RarArchiveEntryRepresents single file within archive.
com.aspose.zip.RarArchiveEntryEncryptedRar entry that needs to be decompressed with decryption.
com.aspose.zip.RarArchiveEntryPlainRar entry that needs to be decompressed without decryption.
com.aspose.zip.RarArchiveLoadOptionsOptions with which RarArchive is loaded from compressed file.
The following public methods were added:Description
com.aspose.zip.Archive.#ctor( String , String[] , ArchiveLoadOptions )Initializes a new instance of the Archive class from multi-volume zip archive and composes entries list can be extracted from the archive.