LzxArchiveEntry

LzxArchiveEntry class

Represents a single file within LZX archive.

The LzxArchiveEntry type exposes the following members:

Properties

NameDescription
nameGets name of the entry.
commentaryGets the commentary.
lengthGets the length of the entry in bytes.
uncompressed_sizeGets size of the original file.
compressed_sizeGets size of the compressed file.
is_directoryGets a value indicating whether this entry is a directory.
modification_timeGets the last modified time of the entry.

Methods

NameDescription
extract(path)Extracts Lzx archive entry to a filesystem by path.
extract(destination)Extracts the entry to the stream provided.

See Also