CreateEntries(DirectoryInfo, bool) | Adds to the archive all files and directories recursively in the directory given. |
CreateEntries(string, bool) | Adds to the archive all files and directories recursively in the directory given. |
CreateEntry(string, Func<Stream>, ArchiveEntrySettings) | Create single entry within the archive. |
CreateEntry(string, Stream, ArchiveEntrySettings) | Create single entry within the archive. |
CreateEntry(string, FileInfo, bool, ArchiveEntrySettings) | Create single entry within the archive. |
CreateEntry(string, Stream, ArchiveEntrySettings, FileSystemInfo) | Create single entry within the archive. |
CreateEntry(string, string, bool, ArchiveEntrySettings) | Create single entry within the archive. |
DeleteEntry(ArchiveEntry) | Removes the first occurrence of a specific entry from the entries list. |
DeleteEntry(int) | Removes the entry from the entries list by index. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
ExtractToDirectory(string) | Extracts all the files in the archive to the directory provided. |
Save(Stream, ArchiveSaveOptions) | Saves archive to the stream provided. |
Save(string, ArchiveSaveOptions) | Saves archive to destination file provided. |
SaveSplit(string, SplitArchiveSaveOptions) | Saves multi-volume archive to destination directory provided. |