SevenZipArchive Class |
Namespace: Aspose.Zip.SevenZip
The SevenZipArchive type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | SevenZipArchive |
Initializes a new instance of the SevenZipArchive class with optional settings for its entries.
|
Name | Description | |
---|---|---|
![]() | Entries |
Gets entries of SevenZipArchiveEntry type constituting the archive.
|
![]() | NewEntrySettings |
Compression and encryption settings used for newly added SevenZipArchiveEntry items.
|
Name | Description | |
---|---|---|
![]() ![]() | CreateEntries(DirectoryInfo, Boolean) |
Adds to the archive all files and directories recursively in the directory given.
|
![]() ![]() | CreateEntries(String, Boolean) |
Adds to the archive all files and directories recursively in the directory given.
|
![]() ![]() | CreateEntry(String, Stream, SevenZipEntrySettings) |
Create single entry within the archive.
|
![]() ![]() | CreateEntry(String, FileInfo, Boolean, SevenZipEntrySettings) |
Create single entry within the archive.
|
![]() ![]() | CreateEntry(String, Stream, SevenZipEntrySettings, FileSystemInfo) |
Create single entry within the archive.
|
![]() ![]() | CreateEntry(String, String, Boolean, SevenZipEntrySettings) |
Create single entry within the archive.
|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Dispose(Boolean) |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Save(Stream) |
Saves 7z archive to the stream provided.
|
![]() ![]() | Save(String) |
Saves archive to destination file provided.
|
![]() | ToString | (Inherited from Object.) |