Browse our Products

Aspose.ZIP for Java 24.2 Release Notes

All Changes

KeySummaryIssue Type
ZIPJAVA-19Add support for Gzip.Feature
ZIPJAVA-20Add support for Tar.Feature
ZIPNET-1125Correct tar archives with more that 8GB entries.Bug

Public API and Backwards Incompatible Changes

The following public types were added:Description
com.aspose.zip.GzipArchiveThis class represents gzip archive file.
com.aspose.zip.TarArchiveThis class represents tar archive file.
com.aspose.zip.TarEntryRepresents single file within tar archive.
The following public enumerations were added:Description
com.aspose.zip.TarFormatEnumeration with supported formats of TarArchive.