LhaArchiveEntry

LhaArchiveEntry class

Represents a single file within Lha archive.

The LhaArchiveEntry type exposes the following members:

Properties

NameDescription
nameGets name of the entry.
lengthGets the length of the entry in bytes.
is_directoryGets a value indicating whether this entry is a directory.
last_modifiedGets the last modified time of the entry.
modification_timeGets the last modified time of the entry.
pathGets the full path to the entry.

Methods

NameDescription
extract(path)Extracts Lha archive entry to a filesystem by path.
extract(destination)Extracts the entry to the stream provided.

See Also