Class SplitArchiveSaveOptions

SplitArchiveSaveOptions class

Options for saving a multi-volume zip archive.

public class SplitArchiveSaveOptions

Constructors

NameDescription
SplitArchiveSaveOptions(string, uint)Instantiates settings for saving a multi-volume zip archive.

Properties

NameDescription
ArchiveComment { get; set; }Gets or sets optional comment for the Zip file.
CloseEntrySource { get; set; }Gets or sets a value indicating whether entries’ sources should be closed right after an entry has been compressed.
Encoding { get; set; }Gets or sets encoding for converting file names and other strings to bytes.
EventsBag { get; set; }Gets or sets container of events raising on archive saving.
FileName { get; }Gets the name of segments without extension.
SegmentSize { get; }Gets the size of segment.

See Also