Class SevenZipArchiveEntryEncrypted

Class SevenZipArchiveEntryEncrypted

nazivni prostor: Aspose.Zip.SevenZip Sastav: Aspose.Zip.dll (25.5.0)

Predstavlja jedinstvenu datoteku u 7z arhivu.

public class SevenZipArchiveEntryEncrypted : SevenZipArchiveEntry, IArchiveFileEntry

Inheritance

object SevenZipArchiveEntry SevenZipArchiveEntryEncrypted

Implements

IArchiveFileEntry

naslijeđeni članovi

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

Ustavite Aspose.Zip.SevenZip.SevenZipArchiveEntry primjer na Aspose.Zip.SevenZip.SevenZipArchiveEntryŠifrirano kako bi se utvrdilo je li ulaz šifrirana ili ne.

Methods

FinalizeCompressedData(Slijedeći članakByte[])

Napišite izlaznom toku bilo koje naslovnice koje slijede komprimirane podatke.

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

Parameters

outputStream Stream

Izlaznog toka za ulaz.

encoderProperties byte []

Značajke kompresora.

Returns

int

Broj “tehničkih” bajtova koji su dodani nakon ulaska u značajan blok podataka.

Exceptions

CryptographicException

Ključ je korumpiran, što može uzrokovati neispravan pad na tok.

NotSupportedException

Konačni blok je već preoblikovan.

GetDestinationStream(Stream)

Destination stream za ulaz, može biti ukrašena.

protected override Stream GetDestinationStream(Stream outputStream)

Parameters

outputStream Stream

Izlaznog toka za ulaz.

Returns

Stream

Ciljni tok za kompresije ulaza.

 Hrvatski