Class ArjArchive
Contents
[
Hide
]ArjArchive class
This class represents an ARJ archive file.
public class ArjArchive : IArchive
Constructors
| Name | Description | 
|---|---|
| ArjArchive(Stream, ArjLoadOptions) | Initializes a new instance of the ArjArchiveclass and composes an entry list can be extracted from the archive. | 
| ArjArchive(string, ArjLoadOptions) | Initializes a new instance of the ArjArchiveclass and composes an entry list can be extracted from the archive. | 
Properties
| Name | Description | 
|---|---|
| Commentary { get; } | Gets the commentary. | 
| Entries { get; } | Gets entries of ArjEntryPlaintype constituting the ARJ archive. | 
| Name { get; } | Gets the original name. | 
Methods
| Name | Description | 
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | 
| ExtractToDirectory(string) | Extracts all entries to the specified directory. | 
Remarks
Only the following compression methods are supported:
Method
Explanation
0
Uncompressed
1
Combination of LZ77 and adaptive Huffman coding. Best ratio.
2
Combination of LZ77 and adaptive Huffman coding.
3
Combination of LZ77 and adaptive Huffman coding. Best speed.
See Also
- interface IArchive
- namespace Aspose.Zip.Arj
- assembly Aspose.Zip