Class SevenZipArchiveEntryPlain
Nama dari : Aspose.Zip.SevenZip Perhitungan: Aspose.Zip.dll (25.5.0)
Menampilkan satu file dalam arsip 7z.
public class SevenZipArchiveEntryPlain : SevenZipArchiveEntry, IArchiveFileEntry
Inheritance
object ← SevenZipArchiveEntry ← SevenZipArchiveEntryPlain
Implements
anggota yang diwarisi
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
Tuliskan Aspose.Zip.SevenZip.SevenZipArchiveEntry contoh ke Aspose.Zip.SevenZip.SevenZipArchiveEntryCrypted untuk menentukan apakah entri disulitkan atau tidak.
Methods
FinalizeCompressedData(Perbedaan, byte[])
Tulis ke output stream setiap headers yang mengikuti data yang dikompresi.
protected override int FinalizeCompressedData(Stream outputStream, byte[] encoderProperties)
Parameters
outputStream
Stream
output stream untuk masuk.
encoderProperties
byte
[ ]
sifat dari kompresor.
Returns
Jumlah “teknikal” byte yang ditambahkan setelah memasukkan blok data yang signifikan.
GetDestinationStream(Stream)
Destination stream untuk masuk, dapat dihiasi.
protected override Stream GetDestinationStream(Stream outputStream)
Parameters
outputStream
Stream
output stream untuk masuk.
Returns
Aliran destinasi untuk kompresi masuk.