ArjArchive
Contents
[
Hide
]ArjArchive class
This class represents an ARJ archive file.
The ArjArchive type exposes the following members:
Constructors
Name | Description |
---|---|
ArjArchive(extraction_source, load_options) | Initializes a new instance of the ArjArchive class and composes an entry list can be extracted from the archive. |
ArjArchive(path, load_options) | Initializes a new instance of the ArjArchive class and composes an entry list can be extracted from the archive. |
Properties
Name | Description |
---|---|
entries | Gets entries of ArjEntryPlain type constituting the ARJ archive. |
commentary | Gets the commentary. |
name | Gets the original name. |
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 entries to the specified directory. |
See Also
- namespace aspose.zip.arj
- assembly Aspose.Zip