Browse our Products

Aspose.ZIP for Java 24.3 Release Notes

All Changes

KeySummaryIssue Type
ZIPJAVA-41Add support for Bzip2.Feature
ZIPJAVA-42Add support for Lzma.Feature
ZIPNET-1133Combine tar archiving with lzma compression.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
com.aspose.zip.Bzip2ArchiveThis class represents bzip2 archive file.
com.aspose.zip.LzmaArchiveThis class represents lzma archive file.
The following public methods were added:Description
com.aspose.zip.TarArchive.fromLZMA( java.io.InputStream )Extracts supplied LZMA archive and composes TarArchive from extracted data.
com.aspose.zip.TarArchive.fromLZMA( String )Extracts supplied LZMA archive and composes TarArchive from extracted data.
com.aspose.zip.TarArchive.saveLZMACompressed( java.io.OutputStream , TarFormat )Saves archive to the stream with LZMA compression.
com.aspose.zip.TarArchive.saveLZMACompressed( String , TarFormat )Saves archive to the file by path with lzma compression.