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 加密,以确定输入是否加密。

Methods

FinalizeCompressedData(流量、比特[])

写到输出流的任何标题,跟随压缩数据。

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

目的地流入压缩。

 中文