Browse our Products

Aspose.ZIP for Java 24.7 Release Notes

All Changes

KeySummaryIssue Type
ZIPJAVA-136Add support for Iso format.Feature
ZIPJAVA-137Add support for Z format.Feature
ZIPJAVA-139Add support for Shar format.Feature
ZIPJAVA-140Add support for FastLZ format.Feature
ZIPJAVA-141Add support for WavPack algorithm.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
com.aspose.zip.IsoArchiveRepresents an ISO archive (ISO 9660).
com.aspose.zip.IsoEntryRepresents an entry (file or directory) within an ISO archive.
com.aspose.zip.FastLZOutputStreamA stream wrapper that compresses data with FastLZ.
com.aspose.zip.SharArchiveThis class represents shar archive file.
com.aspose.zip.SharEntryRepresents single file within shar archive.
com.aspose.zip.ZArchiveThis class represents Z (compress) archive file.
The following public methods were added:Description
com.aspose.zip.Bzip2Archive.getLength()Gets length.
com.aspose.zip.Bzip2Archive.getName()The name of original file.
com.aspose.zip.CpioArchive.saveZCompressed( java.io.OutputStream , com.aspose.zip.CpioFormat )Saves archive to the stream with Z compression.
com.aspose.zip.CpioArchive.saveZCompressed( String , com.aspose.zip.CpioFormat )Saves archive to the file by path with Z compression.
com.aspose.zip.GzipArchive.getLength()Gets length.
com.aspose.zip.LzipArchive.getLength()Gets length.
com.aspose.zip.LzipArchive.getName()The name of original file.
com.aspose.zip.LzmaArchive.getLength()Gets length.
com.aspose.zip.LzmaArchive.getName()The name of original file.
com.aspose.zip.SevenZipEncryptionSettings.getEncryptHeader()Gets a value indicating header encryption.
com.aspose.zip.com.aspose.zip.SevenZipEncryptionSettings.setEncryptHeader( boolean )Sets a value indicating header encryption.
com.aspose.zip.TarArchive.fromZ( java.io.InputStream )Extracts supplied Z format archive and composes TarArchive from extracted data.
com.aspose.zip.TarArchive.fromZ( String )Extracts supplied Z format archive and composes TarArchive from extracted data.
com.aspose.zip.TarArchive.saveZCompressed( java.io.OutputStream , com.aspose.zip.TarFormat )Saves archive to the stream with Z compression.
com.aspose.zip.TarArchive.saveZCompressed( String , com.aspose.zip.TarFormat )Saves archive to the file by path with Z compression.
The following public methods were deleted:Description
com.aspose.zip.Archive.dispose()Use close() instead.
com.aspose.zip.Bzip2Archive.dispose()Use close() instead.
com.aspose.zip.CabArchive.dispose()Use close() instead.
com.aspose.zip.CpioArchive.dispose()Use close() instead.
com.aspose.zip.GzipArchive.dispose()Use close() instead.
com.aspose.zip.LzipArchive.dispose()Use close() instead.
com.aspose.zip.LzmaArchive.dispose()Use close() instead.
com.aspose.zip.RarArchive.dispose()Use close() instead.
com.aspose.zip.SevenZipArchive.dispose()Use close() instead.
com.aspose.zip.TarArchive.dispose()Use close() instead.
com.aspose.zip.WimArchive.dispose()Use close() instead.
com.aspose.zip.XarArchive.dispose()Use close() instead.
com.aspose.zip.XzArchive.dispose()Use close() instead.
com.aspose.zip.ZstandardArchive.dispose()Use close() instead.