Class EggArchive

EggArchive class

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

public class EggArchive : IArchive

Constructors

NameDescription
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

NameDescription
Comment { get; }Gets comment for the whole archive.
Entries { get; }Gets the list of files in the archive.

Methods

NameDescription
Dispose()Releases all resources used by this archive.
ExtractToDirectory(string)Extracts the archived files to the directory provided.

See Also