SplitArchiveSaveOptions

SplitArchiveSaveOptions class

Options for saving a multi-volume zip archive.

The SplitArchiveSaveOptions type exposes the following members:

Constructors

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

Properties

NameDescription
segment_sizeGets the size of the segment.
file_nameGets the name of segments without extension.
archive_commentGets or sets optional comment for the Zip file.
encodingGets or sets encoding for converting file names and other strings to bytes.
close_entry_sourceGets or sets a value indicating whether entries’ sources should be closed right after an entry has been compressed.
events_bagGets or sets container of events raising on archive saving.

See Also