Class SevenZipArchiveEntryEncrypted

Class SevenZipArchiveEntryEncrypted

Nom dels espais: Aspose.Zip.SevenZip Assemblea: Aspose.Zip.dll (25.5.0)

Representa un únic arxiu dins de l’arxiu 7z.

public class SevenZipArchiveEntryEncrypted : SevenZipArchiveEntry, IArchiveFileEntry

Inheritance

object SevenZipArchiveEntry SevenZipArchiveEntryEncrypted

Implements

IArchiveFileEntry

Membres heretats

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

Escriu una instància Aspose.Zip.SevenZip.SevenZipArchiveEntry a Aspose.Zip.SevenZip.SevenZipArchiveEntryEncripta per determinar si la entrada està encryptada o no.

Methods

FinalizeCompressedData(El corrent, el byte[])

Escriu al flux de sortida qualsevol encàrrec que segueixi les dades comprimides.

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

Parameters

outputStream Stream

Flux de sortida per a l’entrada.

encoderProperties byte []

Propietats del compressor.

Returns

int

Nombre de bits “técnics” que es van afegir després d’entrar en bloc de dades significatius.

Exceptions

CryptographicException

La clau és corrompuda que pot causar una col·lapse inadequada al corrent.

NotSupportedException

El bloc final ja s’ha transformat.

GetDestinationStream(Stream)

El flux de destinació per a l’entrada, es pot decorar.

protected override Stream GetDestinationStream(Stream outputStream)

Parameters

outputStream Stream

Flux de sortida per a l’entrada.

Returns

Stream

El flux de destinació per a la compressió d’entrada.

 Català