IArchiveFileEntry
IArchiveFileEntry class
This interface represents an archive file entry.
The IArchiveFileEntry type exposes the following members:
Properties
Name | Description |
---|---|
name | Gets name of the entry. |
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
- assembly Aspose.Zip