Class SevenZipArchiveEntryPlain
nazivni prostor: Aspose.Zip.SevenZip Sastav: Aspose.Zip.dll (25.5.0)
Predstavlja jedinstvenu datoteku u 7z arhivu.
public class SevenZipArchiveEntryPlain : SevenZipArchiveEntry, IArchiveFileEntry
Inheritance
object ← SevenZipArchiveEntry ← SevenZipArchiveEntryPlain
Implements
naslijeđeni članovi
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
Ustavite Aspose.Zip.SevenZip.SevenZipArchiveEntry primjer na Aspose.Zip.SevenZip.SevenZipArchiveEntryŠifrirano kako bi se utvrdilo je li ulaz šifrirana ili ne.
Methods
FinalizeCompressedData(Slijedeći članakByte[])
Napišite izlaznom toku bilo koje naslovnice koje slijede komprimirane podatke.
protected override int FinalizeCompressedData(Stream outputStream, byte[] encoderProperties)
Parameters
outputStream
Stream
Izlaznog toka za ulaz.
encoderProperties
byte
[]
Značajke kompresora.
Returns
Broj “tehničkih” bajtova koji su dodani nakon ulaska u značajan blok podataka.
GetDestinationStream(Stream)
Destination stream za ulaz, može biti ukrašena.
protected override Stream GetDestinationStream(Stream outputStream)
Parameters
outputStream
Stream
Izlaznog toka za ulaz.
Returns
Ciljni tok za kompresije ulaza.