Uses of Class
com.aspose.zip.ArchiveEntrySettings
-
-
Uses of ArchiveEntrySettings in com.aspose.zip
Methods in com.aspose.zip that return ArchiveEntrySettings Modifier and Type Method Description ArchiveEntrySettingsArchive. getNewEntrySettings()Compression and encryption settings used for newly addedArchiveEntryitems.Methods in com.aspose.zip with parameters of type ArchiveEntrySettings Modifier and Type Method Description ArchiveEntryArchive. createEntry(String name, File file, boolean openImmediately, ArchiveEntrySettings newEntrySettings)Creates a single entry within the archive.ArchiveEntryArchive. createEntry(String name, InputStream source, ArchiveEntrySettings newEntrySettings)Creates a single entry within the archive.ArchiveEntryArchive. createEntry(String name, InputStream source, ArchiveEntrySettings newEntrySettings, File file)Creates a single entry within the archive.ArchiveEntryArchive. createEntry(String name, String path, boolean openImmediately, ArchiveEntrySettings newEntrySettings)Creates a single entry within the archive.ArchiveEntryArchive. createEntry(String name, Supplier<InputStream> streamProvider, ArchiveEntrySettings newEntrySettings)Creates a single entry within the archive.Constructors in com.aspose.zip with parameters of type ArchiveEntrySettings Constructor Description Archive(ArchiveEntrySettings newEntrySettings)Initializes a new instance of theArchiveclass with optional settings for its entries.Archive(InputStream sourceStream, ArchiveLoadOptions loadOptions, ArchiveEntrySettings newEntrySettings)Initializes a new instance of theArchiveclass and composes an entry list can be extracted from the archive.Archive(String path, ArchiveLoadOptions loadOptions, ArchiveEntrySettings newEntrySettings)Initializes a new instance of theArchiveclass and composes an entry list can be extracted from the archive.
-