Uses of Class
com.aspose.zip.IsoEntry
-
-
Uses of IsoEntry in com.aspose.zip
Methods in com.aspose.zip that return IsoEntry Modifier and Type Method Description IsoEntryIsoArchive. createDirectory(String name)Adds a directory to the ISO image.IsoEntryIsoArchive. createEntry(String name)Adds a file to the ISO image.IsoEntryIsoArchive. createEntry(String name, InputStream source)Adds a file to the ISO image.IsoEntryIsoArchive. createEntry(String name, String filePath)Adds a file to the ISO image.IsoEntryEntryEventArgsIso. getEntry()Gets the archive entry the event is raised for.Methods in com.aspose.zip that return types with arguments of type IsoEntry Modifier and Type Method Description List<IsoEntry>IsoArchive. getEntries()Gets entries ofIsoEntrytype constituting the archive.Constructors in com.aspose.zip with parameters of type IsoEntry Constructor Description EntryEventArgsIso(IsoEntry entry)Initializes a new instance of theEntryEventArgsclass.
-