LzxArchive
Contents
[
Hide
]LzxArchive class
This class represents a LZX (.lzx) archive file.
The LzxArchive type exposes the following members:
Constructors
Name | Description |
---|---|
LzxArchive(extraction_source, load_options) | Initializes a new instance of the LzxArchive class and composes an entry list can be extracted from the archive. |
LzxArchive(path, load_options) | Initializes a new instance of the LzxArchive class and composes an entry list can be extracted from the archive. |
Properties
Name | Description |
---|---|
entries | Gets file entries of LzxArchiveEntry type constituting the archive. |
file_entries | Gets entries of IArchiveFileEntry type constituting the archive. |
format | Gets the archive format. |
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.lzx
- assembly Aspose.Zip