com.aspose.zip.ArchiveSaveOptions.getSelfExtractorOptions() | Gets settings for self extracted archive. |
com.aspose.zip.ArchiveSaveOptions.setSelfExtractorOptions( com.aspose.zip.SelfExtractorOptions ) | Sets settings for self extracted archive. |
com.aspose.zip.CancelEntryEventArgsXar.getCancel() | Gets a value indicating whether the event should be canceled. |
com.aspose.zip.CancelEntryEventArgsXar.setCancel( boolean ) | Sets a value indicating whether the event should be canceled. |
com.aspose.zip.CancelEntryEventArgsXar.getEntry() | Gets the archive entry the event is raised for. |
com.aspose.zip.EntryEventArgsXar.getEntry() | Gets the archive entry the event is raised for. |
com.aspose.zip.EventsBagXar.getEntryAccessed() | Gets an event that is raised before an archive entry is being compressed. |
com.aspose.zip.EventsBagXar.setEntryAccessed( com.aspose.zip.Event<com.aspose.zip.EntryEventArgsXar> ) | Sets an event that is raised before an archive entry is being compressed. |
com.aspose.zip.EventsBagXar.getEntryCompressed() | Gets an event that is raised after an archive entry has been compressed. |
com.aspose.zip.EventsBagXar.setEntryCompressed( com.aspose.zip.Event<com.aspose.zip.CancelEntryEventArgsXar> ) | Sets an event that is raised after an archive entry has been compressed. |
com.aspose.zip.XarLoadOptions.getEntryExtractionProgressed() | Gets an event that is raised when some bytes have been extracted. |
com.aspose.zip.XarLoadOptions.setEntryExtractionProgressed( com.aspose.zip.Event<com.aspose.zip.ProgressEventArgs> ) | Sets an event that is raised when some bytes have been extracted. |
com.aspose.zip.XarSaveOptions.getEventsBag() | Gets container of events raising on archive saving. |
com.aspose.zip.XarSaveOptions.setEventsBag( com.aspose.zip.EventsBagXar ) | Sets container of events raising on archive saving. |
com.aspose.zip.EntryEventArgsIso.getEntry() | Gets the archive entry the event is raised for. |
com.aspose.zip.EventsBagIso.getEntryAccessed() | Gets an event that is raised before an archive entry is being compressed. |
com.aspose.zip.EventsBagIso.setEntryAccessed( com.aspose.zip.Event<com.aspose.zip.EntryEventArgsIso> ) | Sets an event that is raised before an archive entry is being compressed. |
com.aspose.zip.EventsBagIso.getEntryCompressed() | Gets an event that is raised after an archive entry has been compressed. |
com.aspose.zip.EventsBagIso.setEntryCompressed( com.aspose.zip.Event<com.aspose.zip.EntryEventArgsIso> ) | Sets an event that is raised after an archive entry has been compressed. |
com.aspose.zip.IsoLoadOptions.getEntryExtractionProgressed() | Gets an event that is raised when some bytes have been extracted. |
com.aspose.zip.IsoLoadOptions.setEntryExtractionProgressed( com.aspose.zip.Event<com.aspose.zip.ProgressEventArgs> ) | Sets an event that is raised when some bytes have been extracted. |
com.aspose.zip.IsoSaveOptions.getEventsBag() | Gets container of events raising on archive saving. |
com.aspose.zip.IsoSaveOptions.setEventsBag( com.aspose.zip.EventsBagIso ) | Sets container of events raising on archive saving. |
com.aspose.zip.LzmaArchiveSettings.getCompressionProgressed() | Gets an event that is raised when a portion of raw stream compressed. |
com.aspose.zip.LzmaArchiveSettings.setCompressionProgressed( com.aspose.zip.Event<com.aspose.zip.ProgressEventArgs> ) | Sets an event that is raised when a portion of raw stream compressed. |
com.aspose.zip.ZArchiveLoadOptions.getExtractionProgressed() | Gets an event that is raised when some bytes have been extracted. |
com.aspose.zip.ZArchiveLoadOptions.setExtractionProgressed( com.aspose.zip.Event<com.aspose.zip.ProgressEventArgs> ) | Sets an event that is raised when some bytes have been extracted. |
com.aspose.zip.ZArchiveSaveOptions.getCompressionProgressed() | Gets an event that is raised when a portion of raw stream compressed. |
com.aspose.zip.ZArchiveSaveOptions.setCompressionProgressed( com.aspose.zip.Event<com.aspose.zip.ProgressEventArgs> ) | Sets an event that is raised when a portion of raw stream compressed. |
com.aspose.zip.Bzip2SaveOptions.getCompressionProgressed() | Gets an event that is raised when a portion of raw stream compressed. |
com.aspose.zip.Bzip2SaveOptions.setCompressionProgressed( com.aspose.zip.Event<com.aspose.zip.ProgressEventArgs> ) | Sets an event that is raised when a portion of raw stream compressed. |
com.aspose.zip.Bzip2LoadOptions.getExtractionProgressed() | Gets an event that is raised when some bytes have been extracted. |
com.aspose.zip.Bzip2LoadOptions.setExtractionProgressed( com.aspose.zip.Event<com.aspose.zip.ProgressEventArgs> ) | Sets an event that is raised when some bytes have been extracted. |
com.aspose.zip.Zstandard.ZstandardSaveOptions.getCompressionProgressed() | Gets an event that is raised when a portion of raw stream compressed. |
com.aspose.zip.Zstandard.ZstandardSaveOptions.setCompressionProgressed( com.aspose.zip.Event<com.aspose.zip.ProgressEventArgs> ) | Sets an event that is raised when a portion of raw stream compressed. |
com.aspose.zip.Zstandard.ZstandardLoadOptions.getExtractionProgressed() | Gets an event that is raised when some bytes have been extracted. |
com.aspose.zip.Zstandard.ZstandardLoadOptions.setExtractionProgressed( com.aspose.zip.Event<com.aspose.zip.ProgressEventArgs> ) | Sets an event that is raised when some bytes have been extracted. |
com.aspose.zip.Archive.CreateEntry( String , java.util.function.Supplier<java.io.InputStream> , com.aspose.zip.ArchiveEntrySetting ) | Composes zip entry with deferred source initialization. |