Uses of Class
com.aspose.zip.ArchiveLoadOptions
-
-
Uses of ArchiveLoadOptions in com.aspose.zip
Constructors in com.aspose.zip with parameters of type ArchiveLoadOptions Constructor Description Archive(InputStream sourceStream, ArchiveLoadOptions loadOptions)Initializes a new instance of theArchiveclass and composes an entry list can be extracted from the archive.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)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.Archive(String mainSegment, String[] segmentsInOrder, ArchiveLoadOptions loadOptions)Initializes a new instance of theArchiveclass from multi-volume ZIP archive and composes an entry list can be extracted from the archive.
-