Class SevenZipArchiveEntryPlain
Namespace: Aspose.Zip.SevenZip
Assembly: Aspose.Zip.dll (25.1.0)
يمثل ملفًا فرديًا داخل أرشيف 7z.
public class SevenZipArchiveEntryPlain : SevenZipArchiveEntry, IArchiveFileEntry
الوراثة
object ← SevenZipArchiveEntry ← SevenZipArchiveEntryPlain
التنفيذ
الأعضاء الموروثة
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()
ملاحظات
قم بتحويل مثيل Aspose.Zip.SevenZip.SevenZipArchiveEntry إلى Aspose.Zip.SevenZip.SevenZipArchiveEntryEncrypted لتحديد ما إذا كانت المدخلة مشفرة أم لا.
الطرق
FinalizeCompressedData(Stream, byte[])
اكتب إلى تدفق الإخراج أي رؤوس تتبع البيانات المضغوطة.
protected override int FinalizeCompressedData(Stream outputStream, byte[] encoderProperties)
المعلمات
outputStream
Stream
تدفق الإخراج للمدخلة.
encoderProperties
byte[]
خصائص الضاغط.
النتيجة
عدد “البتات التقنية” التي تمت إضافتها بعد كتلة البيانات الهامة للمدخلة.
GetDestinationStream(Stream)
تدفق الوجهة للمدخلة، قد يكون مزينًا.
protected override Stream GetDestinationStream(Stream outputStream)
المعلمات
outputStream
Stream
تدفق الإخراج للمدخلة.
النتيجة
تدفق الوجهة لضغط المدخلة.