Class AlzArchive
AlzArchive class
This class represents an ALZ archive file. Use it to extract alz archives.
public class AlzArchive : IArchive
Constructors
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| Entries { get; } | Gets the list of files in the archive. |
Methods
| Name | Description |
|---|
| 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