AlzArchive

AlzArchive class

This class represents an ALZ archive file. Use it to extract alz archives.

The AlzArchive type exposes the following members:

Constructors

NameDescription
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

NameDescription
entriesGets the list of files in 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