Class LzxArchiveEntry
Contents
[
Hide
]LzxArchiveEntry class
Represents a single file within LZX archive.
public class LzxArchiveEntry : IArchiveFileEntry
Properties
Name | Description |
---|---|
Commentary { get; } | Gets the commentary. |
CompressedSize { get; } | Gets size of the compressed file. |
IsDirectory { get; } | Gets a value indicating whether this entry is a directory. |
Length { get; } | |
ModificationTime { get; } | Gets the last modified time of the entry. |
Name { get; } | |
UncompressedSize { get; } | Gets size of the original file. |
Methods
Name | Description |
---|---|
Extract(Stream) | Extracts the entry to the stream provided. |
Extract(string) | Extracts Lzx archive entry to a filesystem by path. |
See Also
- interface IArchiveFileEntry
- namespace Aspose.Zip.Lzx
- assembly Aspose.Zip