Class SevenZipArchiveEntryEncrypted
Název místa: Aspose.Zip.SevenZip Sbírka: Aspose.Zip.dll (25.5.0)
Zahrnuje jeden soubor v archivu 7z.
public class SevenZipArchiveEntryEncrypted : SevenZipArchiveEntry, IArchiveFileEntry
Inheritance
object ← SevenZipArchiveEntry ← SevenZipArchiveEntryEncrypted
Implements
Dědiční členové
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
Vložte příklad Aspose.Zip.SevenZip.SevenZipArchiveEntry do Aspose.Zip.SevenZip.SevenZipArchiveEntryKryptované k určení, zda je vstup šifrovaný nebo ne.
Methods
FinalizeCompressedData(Střih, byte[])
Napište do výstupního toku jakékoli titulky, které následují komprimované údaje.
protected override int FinalizeCompressedData(Stream outputStream, byte[] encoderProperties)
Parameters
outputStream
Stream
Výstupní proud pro vstup.
encoderProperties
byte
[]a[]
Vlastnosti kompresoru.
Returns
Počet “technických” bajtů, které byly přidány po vstupu významných datových blok.
Exceptions
Klíč je zkreslený, což může způsobit neplatné padnutí do toku.
Závěrečný blok už byl přeměněn.
GetDestinationStream(Stream)
Destinace pro vstup, může být vyzdobena.
protected override Stream GetDestinationStream(Stream outputStream)
Parameters
outputStream
Stream
Výstupní proud pro vstup.
Returns
Cestovní proud pro vstupní komprese.