Class SevenZipArchiveEntryPlain

Class SevenZipArchiveEntryPlain

Nazwa przestrzeń: Aspose.Zip.SevenZip Zestawienie: Aspose.Zip.dll (25.5.0)

Przedstawia jeden plik w archiwum 7z.

public class SevenZipArchiveEntryPlain : SevenZipArchiveEntry, IArchiveFileEntry

Inheritance

object SevenZipArchiveEntry SevenZipArchiveEntryPlain

Implements

IArchiveFileEntry

Dziedziczeni członkowie

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

Wprowadź przykład Aspose.Zip.SevenZip.SevenZipArchiveEntry do Aspose.Zip.SevenZip.SevenZipArchiveEntry, aby określić, czy wpis jest szyfrowany, czy nie.

Methods

FinalizeCompressedData(Strumień, byta[])

Wpisz do przepływu wyjściowego dowolne nagłówki, które śledzą kompresowane dane.

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

Parameters

outputStream Stream

Przepływ wyjściowy dla wejścia.

encoderProperties byte [ ]

Właściwości kompresora.

Returns

int

Liczba „technicznych” bajtów, które zostały dodane po wprowadzeniu znaczącego bloku danych.

GetDestinationStream(Stream)

Przepływ docelowy do wejścia, może być ozdobiony.

protected override Stream GetDestinationStream(Stream outputStream)

Parameters

outputStream Stream

Przepływ wyjściowy dla wejścia.

Returns

Stream

Przepływ docelowy do kompresji wejściowej.

 Polski