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
זרם פלט עבור הפריט.
מחזיר
זרם היעד לדחיסת הפריט.