Interface IArchiveFileEntry
IArchiveFileEntry interface
This interface represents an archive file entry.
public interface IArchiveFileEntry
Properties
| Name | Description |
|---|---|
| Length { get; } | Gets the length of the entry in bytes. |
| Name { get; } | Gets name of the entry. |
Methods
| Name | Description |
|---|---|
| Extract(Stream) | Extracts the entry to the stream provided. |
| Extract(string) | Extracts the entry to the filesystem by the path provided. |
See Also
- namespace Aspose.Zip
- assembly Aspose.Zip