SevenZipArchiveEntry Class |
Namespace: Aspose.Zip.SevenZip
The SevenZipArchiveEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| SevenZipArchiveEntry |
Initializes a new instance of the SevenZipArchiveEntry class.
|
| Name | Description | |
|---|---|---|
| CompressedSize |
Gets size of compressed file.
| |
| CompressionSettings |
Gets settings for compression or decompression.
| |
| FileAttributes |
Gets file attributes from host system.
| |
| IsDirectory |
Gets a value indicating whether the entry represents directory.
| |
| Name |
Gets name of the entry within archive.
| |
| Source |
Gets the data source stream for the entry.
| |
| UncompressedSize |
Gets size of original file.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FinalizeCompressedData |
Write to output stream any headers that follow compressed data.
| |
| GetDestinationStream |
Destination stream for the entry, may be decorated.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |