SevenZipArchiveEntry Class

Represents single file within 7z archive.
Inheritance Hierarchy

Namespace:  Aspose.Zip.SevenZip
Assembly:  Aspose.Zip (in Aspose.Zip.dll) Version: 20.3
Syntax
public abstract class SevenZipArchiveEntry

The SevenZipArchiveEntry type exposes the following members.

Constructors
  NameDescription
Protected methodSevenZipArchiveEntry
Initializes a new instance of the SevenZipArchiveEntry class.
Properties
  NameDescription
Public propertyCompressedSize
Gets size of compressed file.
Public propertyCompressionSettings
Gets settings for compression or decompression.
Protected propertyFileAttributes
Gets file attributes from host system.
Public propertyIsDirectory
Gets a value indicating whether the entry represents directory.
Public propertyName
Gets name of the entry within archive.
Protected propertySource
Gets the data source stream for the entry.
Public propertyUncompressedSize
Gets size of original file.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodFinalizeCompressedData
Write to output stream any headers that follow compressed data.
Protected methodGetDestinationStream
Destination stream for the entry, may be decorated.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Remarks
Cast an SevenZipArchiveEntry instance to SevenZipArchiveEntryEncrypted to determine whether the entry encrypted or not.
See Also