| com.aspose.zip.CabArchive.createEntry(…) | Create an entry within the CAB archive. |
| com.aspose.zip.CabArchive.createEntries(…) | Adds to the CAB archive all files, recursively, from the directory. |
| com.aspose.zip.CabArchive.save(…) | Saves CAB archive to the destination provided. |
| com.aspose.zip.CabSaveOptions.getSkipChecksumCalculation() | Gets a value indicating whether to skip checksum calculation when saving the CAB archive. |
| com.aspose.zip.CabSaveOptions.setSkipChecksumCalculation(value) | Sets a value indicating whether to skip checksum calculation when saving the CAB archive. |
| com.aspose.zip.CabSaveOptions.getCloseEntrySource() | Indicate whether entry should be closed immediately after an entry has been compressed. |
| com.aspose.zip.CabSaveOptions.setCloseEntrySource() | Sets whether entry should be closed immediately after an entry has been compressed. |
| com.aspose.zip.SevenZipArchive.createEntry(string, Supplier<Stream>, SevenZipEntrySetting) | Create an entry within a 7Z archive with the source provided just in time. |
| com.aspose.zip.SevenZipArchive.save(…, SevenZipArchiveSaveOption) | Saves SevenZip archive to the destination with specific options. |
| com.aspose.zip.SevenZipArchiveSaveOption.getCloseEntrySouce() | Indicate whether entry should be closed immediately after an entry has been compressed. |
| com.aspose.zip.SevenZipArchiveSaveOption.setCloseEntrySouce(boolean) | Sets whether entry should be closed immediately after an entry has been compressed. |