Class ArjEntryPlain

ArjEntryPlain class

Represents single file within ARJ archive.

public class ArjEntryPlain : IArchiveFileEntry

Properties

NameDescription
CompressedSize { get; }Gets size of compressed file.
Name { get; }Gets name of the entry within archive.
UncompressedSize { get; }Gets size of original file.

Methods

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

See Also