Class EggArchive
EggArchive class
This class represents an EGG archive file. Use it to extract EGG archives.
public class EggArchive : IArchive
Constructors
| Name | Description |
|---|
| EggArchive(Stream, EggArchiveLoadOptions) | Initializes a new instance of the EggArchive class from a stream. |
| EggArchive(string, EggArchiveLoadOptions) | Initializes a new instance of the EggArchive class from a file path. |
Properties
| Name | Description |
|---|
| Comment { get; } | Gets comment for the whole archive. |
| Entries { get; } | Gets the list of files in the archive. |
Methods
| Name | Description |
|---|
| Dispose() | Releases all resources used by this archive. |
| ExtractToDirectory(string) | Extracts the archived files to the directory provided. |
See Also