Class ArchiveEntrySettings
Namespace: Aspose.Zip.Saving
Assembly: Aspose.Zip.dll (25.1.0)
Girişleri sıkıştırmak veya açmak için kullanılan ayarlar.
public class ArchiveEntrySettings
Miras
Miras Alınan Üyeler
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Yapıcılar
ArchiveEntrySettings(CompressionSettings, EncryptionSettings)
Aspose.Zip.Saving.ArchiveEntrySettings sınıfının yeni bir örneğini başlatır.
public ArchiveEntrySettings(CompressionSettings compressionSettings = null, EncryptionSettings encryptionSettings = null)
Parametreler
compressionSettings
CompressionSettings
Sıkıştırma için ayarlar. Varsayılan deflate ayarları için null geçin.
Bunlardan biri olabilir:
- Aspose.Zip.Saving.DeflateCompressionSettings
- Aspose.Zip.Saving.StoreCompressionSettings
- Aspose.Zip.Saving.Bzip2CompressionSettings
- Aspose.Zip.Saving.LzmaCompressionSettings
- Aspose.Zip.Saving.PPMdCompressionSettings
encryptionSettings
EncryptionSettings
Şifreleme için ayarlar. Şifreleme veya deşifreleme gerekmiyorsa null geçin.
Bunlardan biri olabilir:
- Aspose.Zip.Saving.TraditionalEncryptionSettings
- Aspose.Zip.Saving.AesEcryptionSettings
Özellikler
CompressionSettings
Sıkıştırma veya açma işlemi için ayarları alır.
public CompressionSettings CompressionSettings { get; }
Özellik Değeri
Açıklamalar
Bunlardan biri olabilir:
- Aspose.Zip.Saving.DeflateCompressionSettings
- Aspose.Zip.Saving.StoreCompressionSettings
- Aspose.Zip.Saving.Bzip2CompressionSettings
- Aspose.Zip.Saving.LzmaCompressionSettings
- Aspose.Zip.Saving.PPMdCompressionSettings
EncryptionSettings
Şifreleme veya deşifreleme için ayarları alır. Belirli bir girişin ayarları değişkenlik gösterebilir.
public EncryptionSettings EncryptionSettings { get; }
Özellik Değeri
Açıklamalar
- Aspose.Zip.Saving.TraditionalEncryptionSettings
- Aspose.Zip.Saving.AesEcryptionSettings