Class ArjEntryPlain
ArjEntryPlain class
Represents a single file within ARJ archive.
public class ArjEntryPlain : IArchiveFileEntry
Properties
| Name | Description | 
|---|
| CompressedSize { get; } | Gets the size of a compressed file. | 
| Name { get; } | Gets name of the entry within the archive. | 
| UncompressedSize { get; } | Gets size of an original file. | 
Methods
| Name | Description | 
|---|
| 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