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

入力圧縮の目的地流。

 日本語