ArjEntryPlain
ArjEntryPlain class
Represents a single file within ARJ archive.
The ArjEntryPlain type exposes the following members:
Properties
Name | Description |
---|---|
name | Gets name of the entry within the archive. |
compressed_size | Gets the size of a compressed file. |
uncompressed_size | Gets size of an original file. |
length | Gets the length of the entry in bytes. |
Methods
Name | Description |
---|---|
extract(path) | Extracts the entry to the filesystem by the path provided. |
extract(destination) | Extracts the entry to the stream provided. |
See Also
- namespace aspose.zip.arj
- assembly Aspose.Zip