SevenZipArchiveEntryEncrypted
SevenZipArchiveEntryEncrypted class
SevenZip archive entry that needs to be compressed with encryption or decompressed with decryption.
public class SevenZipArchiveEntryEncrypted : SevenZipArchiveEntry
Properties
Name | Description |
---|---|
CompressedSize { get; } | Gets size of compressed file. |
CompressionSettings { get; } | Gets settings for compression or decompression. |
IsDirectory { get; } | Gets a value indicating whether the entry represents directory. |
Name { get; } | Gets name of the entry within archive. |
UncompressedSize { get; } | Gets size of original file. |
See Also
- class SevenZipArchiveEntry
- namespace Aspose.Zip.SevenZip
- assembly Aspose.Zip