Browse our Products
Aspose.ZIP for Java 24.2 Release Notes
This page contains release notes information for Aspose.ZIP for Java 24.2.
All Changes
Key | Summary | Issue Type |
---|---|---|
ZIPJAVA-19 | Add support for Gzip. | Feature |
ZIPJAVA-20 | Add support for Tar. | Feature |
ZIPNET-1125 | Correct tar archives with more that 8GB entries. | Bug |
Public API and Backwards Incompatible Changes
The following public types were added: | Description |
---|---|
com.aspose.zip.GzipArchive | This class represents gzip archive file. |
com.aspose.zip.TarArchive | This class represents tar archive file. |
com.aspose.zip.TarEntry | Represents single file within tar archive. |
The following public enumerations were added: | Description |
---|---|
com.aspose.zip.TarFormat | Enumeration with supported formats of TarArchive. |