Class SevenZipArchiveEntryEncrypted

Class SevenZipArchiveEntryEncrypted

ชื่อพื้นที่: Aspose.Zip.SevenZip การประกอบ: Aspose.Zip.dll (25.5.0)

แสดงไฟล์เดียวภายในไฟล์ 7z

public class SevenZipArchiveEntryEncrypted : SevenZipArchiveEntry, IArchiveFileEntry

Inheritance

object SevenZipArchiveEntry SevenZipArchiveEntryEncrypted

Implements

IArchiveFileEntry

อนุญาโตตุลาการ

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 Encrypted เพื่อตรวจสอบว่าการเข้าสู่ระบบจะเข้ารหัสหรือไม่

Methods

FinalizeCompressedData(แหล่งจ่ายไฟ, byte[])

เขียนไปยังแหล่งกําเนิดหัวหน้าใด ๆ ที่ติดตามข้อมูลที่บีบอัด

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

Parameters

outputStream Stream

กระแสออกสําหรับการเข้าสู่ระบบ

encoderProperties byte [ ]

คุณสมบัติของคอมเพรสเซอร์

Returns

int

จํานวนไบต์ “เทคนิค” ที่เพิ่มหลังจากเข้าบล็อกข้อมูลที่สําคัญ

Exceptions

CryptographicException

คีย์นั้นถูกกัดกร่อนซึ่งอาจทําให้เกิดการยึดล้มเหลวไปยังกระแส

NotSupportedException

บล็อกสุดท้ายได้รับการเปลี่ยนแปลงแล้ว

GetDestinationStream(Stream)

กระแสเป้าหมายสําหรับการเข้าสู่ระบบสามารถตกแต่งได้

protected override Stream GetDestinationStream(Stream outputStream)

Parameters

outputStream Stream

กระแสออกสําหรับการเข้าสู่ระบบ

Returns

Stream

กระแสเป้าหมายสําหรับการบีบอัดเข้า

 แบบไทย