Uses of Class
com.aspose.zip.EntryEventArgsIso
-
-
Uses of EntryEventArgsIso in com.aspose.zip
Methods in com.aspose.zip that return types with arguments of type EntryEventArgsIso Modifier and Type Method Description Event<EntryEventArgsIso>EventsBagIso. getEntryAccessed()Gets an event that is raised before an archive entry is being compressed.Event<EntryEventArgsIso>EventsBagIso. getEntryCompressed()Gets an event that is raised after an archive entry has been compressed.Method parameters in com.aspose.zip with type arguments of type EntryEventArgsIso Modifier and Type Method Description voidEventsBagIso. setEntryAccessed(Event<EntryEventArgsIso> value)Sets an event that is raised before an archive entry is being compressed.voidEventsBagIso. setEntryCompressed(Event<EntryEventArgsIso> value)Sets an event that is raised after an archive entry has been compressed.
-