Class LzxArchiveEntry

LzxArchiveEntry class

Represents a single file within LZX archive.

public class LzxArchiveEntry : IArchiveFileEntry

Properties

NameDescription
Commentary { get; }Gets the commentary.
CompressedSize { get; }Gets size of the compressed file.
IsDirectory { get; }Gets a value indicating whether this entry is a directory.
Length { get; }
ModificationTime { get; }Gets the last modified time of the entry.
Name { get; }
UncompressedSize { get; }Gets size of the original file.

Methods

NameDescription
Extract(Stream)Extracts the entry to the stream provided.
Extract(string)Extracts Lzx archive entry to a filesystem by path.

See Also