SplitArchiveSaveOptions.SplitArchiveSaveOptions
SplitArchiveSaveOptions constructor
Instantiates settings for saving a multi-volume zip archive.
public SplitArchiveSaveOptions(string fileName, uint segmentSize)
Parameter | Type | Description |
---|---|---|
fileName | String | Name for volumes. May be with or without .zip extension. |
segmentSize | UInt32 | Size of volume. |
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | Segment size is less than 65536 bytes. |
Remarks
Some volumes may be less than segmentSize. In most cases the last segment will be less but rarely regular segments might be too.
Names of files will be as follows: fileName.z01, fileName.z02, …, fileName.z(n-1), fileName.zip.
See Also
- class SplitArchiveSaveOptions
- namespace Aspose.Zip.Saving
- assembly Aspose.Zip