Uses of Class
com.aspose.zip.SevenZipEntrySettings
-
-
Uses of SevenZipEntrySettings in com.aspose.zip
Methods in com.aspose.zip that return SevenZipEntrySettings Modifier and Type Method Description SevenZipEntrySettingsSevenZipArchive. getNewEntrySettings()Compression and encryption settings used for newly addedSevenZipArchiveEntryitems.Methods in com.aspose.zip with parameters of type SevenZipEntrySettings Modifier and Type Method Description SevenZipArchiveEntrySevenZipArchive. createEntry(String name, File file, boolean openImmediately, SevenZipEntrySettings newEntrySettings)Creates a single entry within the archive.SevenZipArchiveEntrySevenZipArchive. createEntry(String name, InputStream source, SevenZipEntrySettings newEntrySettings)Creates a single entry within the archive.SevenZipArchiveEntrySevenZipArchive. createEntry(String name, InputStream source, SevenZipEntrySettings newEntrySettings, File file)Creates a single entry within the archive.SevenZipArchiveEntrySevenZipArchive. createEntry(String name, String path, boolean openImmediately, SevenZipEntrySettings newEntrySettings)Creates a single entry within the archive.Constructors in com.aspose.zip with parameters of type SevenZipEntrySettings Constructor Description SevenZipArchive(SevenZipEntrySettings newEntrySettings)Initializes a new instance of theSevenZipArchiveclass with optional settings for its entries.
-