com.aspose.zip.ArjLoadOptions.setCancellationFlag( com.aspose.zip.CancellationFlag ) | Sets a cancellation flag used to cancel the extraction operation. |
com.aspose.zip.Bzip2LoadOptions.setCancellationFlag( com.aspose.zip.CancellationFlag ) | Sets a cancellation flag used to cancel the extraction operation. |
com.aspose.zip.CabLoadOptions.setCancellationFlag( com.aspose.zip.CancellationFlag ) | Sets a cancellation flag used to cancel the extraction operation. |
com.aspose.zip.GzipLoadOptions.setCancellationFlag( com.aspose.zip.CancellationFlag ) | Sets a cancellation flag used to cancel the extraction operation. |
com.aspose.zip.GzipLoadOptions.getParseHeader() | Gets the value indicating whether to parse stream header to figure out properties, including name. |
com.aspose.zip.GzipLoadOptions.setParseHeader( boolean ) | Sets the value indicating whether to parse stream header to figure out properties, including name. |
com.aspose.zip.IsoLoadOptions.setCancellationFlag( com.aspose.zip.CancellationFlag ) | Sets a cancellation flag used to cancel the extraction operation. |
com.aspose.zip.LhaLoadOptions.setCancellationFlag( com.aspose.zip.CancellationFlag ) | Sets a cancellation flag used to cancel the extraction operation. |
com.aspose.zip.Lz4LoadOptions.setCancellationFlag( com.aspose.zip.CancellationFlag ) | Sets a cancellation flag used to cancel the extraction operation. |
com.aspose.zip.RarArchiveLoadOptions.setCancellationFlag( com.aspose.zip.CancellationFlag ) | Sets a cancellation flag used to cancel the extraction operation. |
com.aspose.zip.SevenZipLoadOptions.setCancellationFlag( com.aspose.zip.CancellationFlag ) | Sets a cancellation flag used to cancel the extraction operation. |
com.aspose.zip.SevenZipLoadOptions.getDecryptionPassword() | Get the password to decrypt entries and entry names. |
com.aspose.zip.SevenZipLoadOptions.setDecryptionPassword( String ) | Sets the password to decrypt entries and entry names. |
com.aspose.zip.WimLoadOptions.setCancellationFlag( com.aspose.zip.CancellationFlag ) | Sets a cancellation flag used to cancel the extraction operation. |
com.aspose.zip.XarLoadOptions.setCancellationFlag( com.aspose.zip.CancellationFlag ) | Sets a cancellation flag used to cancel the extraction operation. |
com.aspose.zip.XzLoadOptions.setCancellationFlag( com.aspose.zip.CancellationFlag ) | Sets a cancellation flag used to cancel the extraction operation. |
com.aspose.zip.ZStandard.ZStandardLoadOptions.setCancellationFlag( com.aspose.zip.CancellationFlag ) | Sets a cancellation flag used to cancel the extraction operation. |
com.aspose.zip.ArchiveLoadOptions.setCancellationFlag( com.aspose.zip.CancellationFlag ) | Sets a cancellation flag used to cancel the extraction operation. |
com.aspose.zip.ProgressCancelEventArgs.getCancel() | Gets a value indicating whether the event should be canceled. |
com.aspose.zip.ProgressCancelEventArgs.setCancel( boolean ) | Sets a value indicating whether the event should be canceled. |
com.aspose.zip.CancellationFlag.cancel() | Cancels the operation associated with this CancellationFlag instance. |
com.aspose.zip.CancellationFlag.cancelAfter( long ) | Cancels the operation after a specified delay in milliseconds. |
com.aspose.zip.CancellationFlag.cancelAfter( long , java.util.concurrent.TimeUnit ) | Cancels the operation after a specified delay in the given time unit. |