Class SevenZipArchiveEntryPlain

Class SevenZipArchiveEntryPlain

Namespace: Aspose.Zip.SevenZip
Assembly: Aspose.Zip.dll (25.1.0)

Representerar en enskild fil inom 7z-arkivet.

public class SevenZipArchiveEntryPlain : SevenZipArchiveEntry, IArchiveFileEntry

Arv

objectSevenZipArchiveEntrySevenZipArchiveEntryPlain

Implementerar

IArchiveFileEntry

Arvda Medlemmar

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()

Kommentarer

Kasta en instans av Aspose.Zip.SevenZip.SevenZipArchiveEntry till Aspose.Zip.SevenZip.SevenZipArchiveEntryEncrypted för att avgöra om posten är krypterad eller inte.

Metoder

FinalizeCompressedData(Stream, byte[])

Skriv till utdataflödet eventuella rubriker som följer efter komprimerad data.

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

Parametrar

outputStream Stream

Utdataström för posten.

encoderProperties byte[]

Egenskaper för kompressorn.

Returnerar

int

Antal “tekniska” byte som lades till efter postens signifikanta datablok.

GetDestinationStream(Stream)

Målström för posten, kan dekoreras.

protected override Stream GetDestinationStream(Stream outputStream)

Parametrar

outputStream Stream

Utdataström för posten.

Returnerar

Stream

Målström för postens komprimering.

 Svenska