Class SevenZipArchiveEntryEncrypted

Class SevenZipArchiveEntryEncrypted

Pôvodný názov: Aspose.Zip.SevenZip Zhromaždenie: Aspose.Zip.dll (25.5.0)

Predstavuje jeden súbor v 7z archíve.

public class SevenZipArchiveEntryEncrypted : SevenZipArchiveEntry, IArchiveFileEntry

Inheritance

object SevenZipArchiveEntry SevenZipArchiveEntryEncrypted

Implements

IArchiveFileEntry

Z dedičných členov

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

Vložte Aspose.Zip.SevenZip.SevenZipArchiveEntry príklad na Aspose.Zip.SevenZip.SevenZipArchiveEntryŠifrované, aby ste zistili, či je záznam šifrovaný alebo nie.

Methods

FinalizeCompressedData(Stream , byte[])

Napíšte na vysielanie akýchkoľvek titulkov, ktoré nasledujú komprimované údaje.

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

Parameters

outputStream Stream

Výstupný prúd pre vstup.

encoderProperties byte []

Vlastnosti kompresora.

Returns

int

Počet “technických” bajtov, ktoré boli pridané po vstupe významných dátových blokov.

Exceptions

CryptographicException

Kľúč je korumpovaný, čo môže spôsobiť neplatné padnutie do prúdu.

NotSupportedException

Posledný blok už bol premenený.

GetDestinationStream(Stream)

Cestovný prúd pre vstup, môže byť zdobený.

protected override Stream GetDestinationStream(Stream outputStream)

Parameters

outputStream Stream

Výstupný prúd pre vstup.

Returns

Stream

Cestovný prúd pre vstupnú kompresiu.

 Slovenčina