Class LhaArchiveEntry
LhaArchiveEntry class
Represents a single file within Lha archive.
public class LhaArchiveEntry : IArchiveFileEntry
Properties
Name | Description |
---|
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; } | |
Path { get; } | Gets the full path to the entry. |
Methods
Name | Description |
---|
Extract(FileInfo) | Extracts Lha archive entry to a file. |
Extract(Stream) | Extracts the entry to the stream provided. |
Extract(string) | Extracts Lha archive entry to a filesystem by path. |
See Also