Class SevenZipArchiveEntryEncrypted

Class SevenZipArchiveEntryEncrypted

ja nimityö: Aspose.Zip.SevenZip Kokoelma: Aspose.Zip.dll (25.5.0)

Esittelee yhden tiedoston 7z arkiston sisällä.

public class SevenZipArchiveEntryEncrypted : SevenZipArchiveEntry, IArchiveFileEntry

Inheritance

object SevenZipArchiveEntry SevenZipArchiveEntryEncrypted

Implements

IArchiveFileEntry

Perintöjäsenet

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

Valitse Aspose.Zip.SevenZip.SevenZipArchiveEntry -esimerkki Aspose.Zip.SevenZip.SevenZipArchiveEntry salaa määrittääksesi, onko kirjaaminen salattu vai ei.

Methods

FinalizeCompressedData(Liikenne ja byte[])

Kirjoita tulosvirtaa kaikki otsikot, jotka seuraavat tiivistettyjä tietoja.

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

Parameters

outputStream Stream

Päätösvirta sisäänkäynnille.

encoderProperties byte []

Kompressorin ominaisuudet

Returns

int

Määrä “teknisiä” bytejä, jotka lisättiin merkittävän tietokoneen sisällön jälkeen.

Exceptions

CryptographicException

Avain on korruptoitu, joka voi aiheuttaa virtauksen epätasaista kiinnittämistä.

NotSupportedException

Lopullinen lohko on jo muuttunut.

GetDestinationStream(Stream)

Päämäärän virta sisäänkäynnin, voidaan koristella.

protected override Stream GetDestinationStream(Stream outputStream)

Parameters

outputStream Stream

Päätösvirta sisäänkäynnille.

Returns

Stream

Tavoitteen virta sisäänkompressiolle.

 Suomi