Class SevenZipArchiveEntryPlain

Class SevenZipArchiveEntryPlain

Namespace: Aspose.Zip.SevenZip
Assembly: Aspose.Zip.dll (25.1.0)

7z アーカイブ内の単一ファイルを表します。

public class SevenZipArchiveEntryPlain : SevenZipArchiveEntry, IArchiveFileEntry

継承

objectSevenZipArchiveEntrySevenZipArchiveEntryPlain

実装

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()

注釈

Aspose.Zip.SevenZip.SevenZipArchiveEntry インスタンスを Aspose.Zip.SevenZip.SevenZipArchiveEntryEncrypted にキャストして、エントリが暗号化されているかどうかを判断します。

メソッド

FinalizeCompressedData(Stream, byte[])

圧縮データに続くヘッダーを出力ストリームに書き込みます。

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

パラメータ

outputStream Stream

エントリの出力ストリーム。

encoderProperties byte[]

圧縮機のプロパティ。

戻り値

int

エントリの重要なデータブロックの後に追加された「技術的」バイトの数。

GetDestinationStream(Stream)

エントリの宛先ストリームであり、装飾される場合があります。

protected override Stream GetDestinationStream(Stream outputStream)

パラメータ

outputStream Stream

エントリの出力ストリーム。

戻り値

Stream

エントリ圧縮のための宛先ストリーム。

 日本語