Class SevenZipArchiveEntryPlain

Class SevenZipArchiveEntryPlain

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

7z arşivindeki tek bir dosyayı temsil eder.

public class SevenZipArchiveEntryPlain : SevenZipArchiveEntry, IArchiveFileEntry

Kalıtım

objectSevenZipArchiveEntrySevenZipArchiveEntryPlain

Uygulamalar

IArchiveFileEntry

Kalıtılan Üyeler

SevenZipArchiveEntry.GetDestinationStream(Stream), SevenZipArchiveEntry.FinalizeCompressedData(Stream, byte[]), SevenZipArchiveEntry.Extract(string, string), SevenZipArchiveEntry.Extract(Stream, string), SevenZipArchiveEntry.Open(string), SevenZipArchiveEntry.Name, SevenZipArchiveEntry.ModificationTime, SevenZipArchiveEntry.UncompressedSize, SevenZipArchiveEntry.CompressedSize, SevenZipArchiveEntry.IsDirectory, SevenZipArchiveEntry.CompressionSettings, SevenZipArchiveEntry.Source, SevenZipArchiveEntry.FileAttributes, SevenZipArchiveEntry.CompressionProgressed, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Açıklamalar

Bir Aspose.Zip.SevenZip.SevenZipArchiveEntry örneğini Aspose.Zip.SevenZip.SevenZipArchiveEntryEncrypted’e dönüştürerek girişin şifreli olup olmadığını belirleyin.

Yöntemler

FinalizeCompressedData(Stream, byte[])

Sıkıştırılmış verilerden sonra gelen başlıkları çıktı akışına yazın.

protected override int FinalizeCompressedData(Stream outputStream, byte[] encoderProperties)

Parametreler

outputStream Stream

Giriş için çıktı akışı.

encoderProperties byte[]

Sıkıştırıcı özellikleri.

Dönüş Değeri

int

Girişin önemli veri bloğundan sonra eklenen “teknik” baytların sayısı.

GetDestinationStream(Stream)

Giriş için hedef akış, süslü olabilir.

protected override Stream GetDestinationStream(Stream outputStream)

Parametreler

outputStream Stream

Giriş için çıktı akışı.

Dönüş Değeri

Stream

Giriş sıkıştırması için hedef akış.

 Türkçe