Class LzxArchive

LzxArchive class

This class represents a LZX (.lzx) archive file.

public class LzxArchive : IArchive

Constructors

NameDescription
LzxArchive(Stream, LzxLoadOptions)Initializes a new instance of the LzxArchive class and composes an entry list can be extracted from the archive.
LzxArchive(string, LzxLoadOptions)Initializes a new instance of the LzxArchive class and composes an entry list can be extracted from the archive.

Properties

NameDescription
Entries { get; }Gets file entries of LzxArchiveEntry type constituting the archive.

Methods

NameDescription
Dispose()
ExtractToDirectory(string)Extracts all the files and directories in the archive to the directory provided.

See Also