LhaArchive

LhaArchive class

This class represents a LHA (.lzh) archive file.

The LhaArchive type exposes the following members:

Constructors

NameDescription
LhaArchive(source_stream, load_options)Initializes a new instance of the LhaArchive class and composes an entry list can be extracted from the archive.
LhaArchive(path, load_options)Initializes a new instance of the LhaArchive class and composes an entry list can be extracted from the archive.

Properties

NameDescription
entriesGets file entries of LhaArchiveEntry type constituting the archive.
file_entriesGets entries of IArchiveFileEntry type constituting the archive.
formatGets the archive format.

Methods

NameDescription
extract_to_directory(destination_directory)Extracts all the files and directories in the archive to the directory provided.

See Also