Class SevenZipArchiveEntryPlain

Class SevenZipArchiveEntryPlain

Tên không gian: Aspose.Zip.SevenZip Tổng hợp: Aspose.Zip.dll (25.5.0)

Hiển thị một tập tin duy nhất trong 7z lưu trữ.

public class SevenZipArchiveEntryPlain : SevenZipArchiveEntry, IArchiveFileEntry

Inheritance

object SevenZipArchiveEntry SevenZipArchiveEntryPlain

Implements

IArchiveFileEntry

Thành viên thừa kế

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

Nhập một Aspose.Zip.SevenZip.SevenZipArchiveEntry ví dụ đến Aspose.Zip.SevenZip.SevenZipArchiveEntryCrypted để xác định xem nhập được mã hóa hay không.

Methods

FinalizeCompressedData(Áp dụng, byte[])

Viết cho output stream bất kỳ tiêu đề nào theo dữ liệu nén.

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

Parameters

outputStream Stream

Xuất dòng cho việc nhập.

encoderProperties byte [ ]

Tính chất của compressor.

Returns

int

Số lượng byte “công nghệ” được thêm vào sau khi nhập khối dữ liệu đáng kể.

GetDestinationStream(Stream)

Destination stream for the entry, có thể được trang trí.

protected override Stream GetDestinationStream(Stream outputStream)

Parameters

outputStream Stream

Xuất dòng cho việc nhập.

Returns

Stream

Ưu điểm dòng cho entry compression.

 Tiếng Việt