Class AlzArchive

AlzArchive class

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

public class AlzArchive : IArchive

Constructors

NameDescription
AlzArchive(Stream, AlzArchiveLoadOptions)Initializes a new instance of the AlzArchive class from a stream.
AlzArchive(string, AlzArchiveLoadOptions)Initializes a new instance of the AlzArchive class from a file path.

Properties

NameDescription
Entries { get; }Gets the list of files in the archive.

Methods

NameDescription
Dispose()Releases all resources used by the AlzArchive.
ExtractToDirectory(string)Extracts all the files and directories in the archive to the directory provided.

See Also