Class SevenZipArchiveEntryEncrypted

Class SevenZipArchiveEntryEncrypted

A név: Aspose.Zip.SevenZip Összefoglaló: Aspose.Zip.dll (25.5.0)

Egyetlen fájlt képvisel a 7z archívumban.

public class SevenZipArchiveEntryEncrypted : SevenZipArchiveEntry, IArchiveFileEntry

Inheritance

object SevenZipArchiveEntry SevenZipArchiveEntryEncrypted

Implements

IArchiveFileEntry

Örökletes tagok

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

Adja meg az Aspose.Zip.SevenZip.SevenZipArchiveEntry példát az Aspose.Zip.SevenZip.SevenZipArchiveEntry titkosított annak meghatározására, hogy a bejegyzés titkosított-e vagy sem.

Methods

FinalizeCompressedData(Áramlás, byte[])

Írja be a kimeneti áramot bármilyen címke, amely követi a tömörített adatokat.

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

Parameters

outputStream Stream

A belépés útvonala.

encoderProperties byte []

A kompresszor tulajdonságai.

Returns

int

A “technikai” bájtok száma, amelyeket a jelentős adatblokk bevitele után adtak hozzá.

Exceptions

CryptographicException

A kulcs megsérült, ami áramlásra nem megfelelő padlást okozhat.

NotSupportedException

Az utolsó blokk már átalakult.

GetDestinationStream(Stream)

A bejárat céljának áramlása díszíthető.

protected override Stream GetDestinationStream(Stream outputStream)

Parameters

outputStream Stream

A belépés útvonala.

Returns

Stream

A rendeltetési áram a belépési kompresszióhoz.

 Magyar