AlzArchive
Contents
[
Hide
]AlzArchive class
This class represents an ALZ archive file. Use it to extract alz archives.
The AlzArchive type exposes the following members:
Constructors
| Name | Description |
|---|---|
| AlzArchive(stream, load_options) | Initializes a new instance of the AlzArchive class from a stream. |
| AlzArchive(file_path, load_options) | Initializes a new instance of the AlzArchive class from a file path. |
Properties
| Name | Description |
|---|---|
| entries | Gets the list of files in 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.alz
- assembly Aspose.Zip