Class SplitSevenZipArchiveSaveOptions

Class SplitSevenZipArchiveSaveOptions

Namespace: Aspose.Zip.Saving
Assembly: Aspose.Zip.dll (25.1.0)

Bir çok hacimli 7-zip arşivini kaydetmek için seçenekler.

public class SplitSevenZipArchiveSaveOptions

Kalıtım

objectSplitSevenZipArchiveSaveOptions

Kalıtılan Üyeler

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Yapıcılar

SplitSevenZipArchiveSaveOptions(string, uint)

Bir çok hacimli 7z arşivini kaydetmek için ayarları oluşturur.

public SplitSevenZipArchiveSaveOptions(string fileName, uint segmentSize)

Parametreler

fileName string

Hacimlerin adı. .7z uzantısı ile veya uzantısız olabilir.

segmentSize uint

Hacmin boyutu.

Açıklamalar

Bazı hacimler segmentSize'dan daha az olabilir. Çoğu durumda son segment daha az olacaktır, ancak nadiren de olsa normal segmentler de öyle olabilir.

Dosya adları şu şekilde olacaktır: fileName.7z.001, fileName.7z.002, ..., fileName.7z.(n).

İstisnalar

ArgumentOutOfRangeException

segmentSize 100’den daha az.

Özellikler

FileName

Uzantısı olmadan segmentlerin adını alır.

public string FileName { get; }

Özellik Değeri

string

SegmentSize

Segmentin boyutunu alır.

public uint SegmentSize { get; }

Özellik Değeri

uint

 Türkçe