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