LhaArchive
Contents
[
Hide
]LhaArchive class
This class represents LHA (.lzh) archive file.
The LhaArchive type exposes the following members:
Constructors
Name | Description |
---|---|
LhaArchive(source_stream) | Initializes a new instance of the LhaArchive class and composes entries list can be extracted from the archive. |
LhaArchive(path) | Initializes a new instance of the LhaArchive class and composes entries list can be extracted from the archive. |
Properties
Name | Description |
---|---|
entries | Gets file entries of LhaArchiveEntry type constituting the archive. |
directories | Gets directory entries of LhaDirectoryEntry type constituting the archive. |
file_entries | Gets entries of IArchiveFileEntry type constituting the archive. |
Methods
Name | Description |
---|---|
extract_to_directory(destination_directory) | Extracts all the files and directories in the archive to the directory provided. |
See Also
- namespace aspose.zip.lha
- assembly Aspose.Zip