Package com.aspose.zip
Class IsoSaveOptions
- java.lang.Object
-
- com.aspose.zip.IsoSaveOptions
-
public class IsoSaveOptions extends Object
Options for saving an ISO archive.
-
-
Constructor Summary
Constructors Constructor Description IsoSaveOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventsBagIsogetEventsBag()Gets the container of events raising on archive saving.voidsetEventsBag(EventsBagIso value)Sets the container of events raising on archive saving.
-
-
-
Method Detail
-
getEventsBag
public final EventsBagIso getEventsBag()
Gets the container of events raising on archive saving.
- Returns:
- the container of events raising on archive saving
-
setEventsBag
public final void setEventsBag(EventsBagIso value)
Sets the container of events raising on archive saving.
- Parameters:
value- the container of events raising on archive saving
-
-