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