Class LzxArchive
LzxArchive class
This class represents a LZX (.lzx) archive file.
public class LzxArchive : IArchive
Constructors
Name | Description |
---|
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
Methods
Name | Description |
---|
Dispose() | |
ExtractToDirectory(string) | Extracts all the files and directories in the archive to the directory provided. |
See Also