Class SevenZipArchiveEntryEncrypted
Το όνομα: Aspose.Zip.SevenZip Συγκέντρωση: Aspose.Zip.dll (25.5.0)
Αντιπροσωπεύει ένα μόνο αρχείο στο αρχείο 7z.
public class SevenZipArchiveEntryEncrypted : SevenZipArchiveEntry, IArchiveFileEntry
Inheritance
object ← SevenZipArchiveEntry ← SevenZipArchiveEntryEncrypted
Implements
Κληρονομημένα μέλη
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
Κάντε ένα Aspose.Zip.SevenZip.SevenZipArchiveEntry παράδειγμα στο Aspose.Zip.SevenZip.SevenZipArchiveEntryΚρυπτογραφημένο για να προσδιορίσετε αν η εισαγωγή είναι κρυπτογραφημένη ή όχι.
Methods
FinalizeCompressedData(Σύνδεση, byte[])
Γράψτε στο ρεύμα εξόδου οποιαδήποτε επικεφαλίδες που ακολουθούν συμπιεσμένα δεδομένα.
protected override int FinalizeCompressedData(Stream outputStream, byte[] encoderProperties)
Parameters
outputStream
Stream
Εξέλιξη για την είσοδο.
encoderProperties
byte
[ ]
Χαρακτηριστικά του συμπιεστή.
Returns
Ο αριθμός των “τεχνικών” bytes που προστέθηκαν μετά την εισαγωγή σημαντικού μπλοκ δεδομένων.
Exceptions
Το κλειδί είναι κατεστραμμένο, το οποίο μπορεί να προκαλέσει ανεπιθύμητη προσκόλληση στην ροή.
Το τελευταίο μπλοκ έχει ήδη μεταμορφωθεί.
GetDestinationStream(Stream)
Ο προορισμός ροής για την είσοδο, μπορεί να διακοσμηθεί.
protected override Stream GetDestinationStream(Stream outputStream)
Parameters
outputStream
Stream
Εξέλιξη για την είσοδο.
Returns
Το προοριστικό ρεύμα για την εισαγωγή συμπίεσης.