Interface IArchiveFileEntry
IArchiveFileEntry interface
此接口代表一个存档文件条目。
public interface IArchiveFileEntry
特性
| 姓名 | 描述 |
|---|---|
| Length { get; } | 获取条目的字节长度。 |
| Name { get; } | 获取条目的名称。 |
方法
| 姓名 | 描述 |
|---|---|
| Extract(Stream) | 将条目提取到所提供的流中。 |
| Extract(string) | 通过提供的路径将条目提取到文件系统。 |
也可以看看
- 命名空间 Aspose.Zip
- 部件 Aspose.Zip