Class AlzEntryEncrypted
Contents
[
Hide
]AlzEntryEncrypted class
ALZ entry that needs to be decrypted before decompression.
public sealed class AlzEntryEncrypted : AlzEntry
Properties
| Name | Description |
|---|---|
| CompressedSize { get; } | Compressed size of the file data in bytes. |
| IsDirectory { get; } | Returns true if this entry represents a directory. |
| Length { get; } | |
| Name { get; } | File name (without path). |
| UncompressedSize { get; } | Uncompressed size of the file data in bytes. |
Methods
| Name | Description |
|---|---|
| Extract(Stream, string) | Extracts the entry to the stream provided. |
| Extract(string, string) | Extracts the entry to the filesystem by the path provided. |
| Open(string) | Opens the entry for extraction and provides a stream with decompressed entry content. |
See Also
- class AlzEntry
- namespace Aspose.Zip.Alz
- assembly Aspose.Zip