EggEntry.Extract
Extract(string)
Extracts the entry to the filesystem by the path provided.
public FileInfo Extract(string path)
| Parameter | Type | Description |
|---|---|---|
| path | String | The path to the destination file. If it exists, it will be overwritten. |
Return Value
The file info of the extracted file.
See Also
- class EggEntry
- namespace Aspose.Zip.Egg
- assembly Aspose.Zip
Extract(Stream)
Extracts the entry to the stream provided.
public void Extract(Stream destination)
| Parameter | Type | Description |
|---|---|---|
| destination | Stream | Destination stream. Must be writable. |
See Also
- class EggEntry
- namespace Aspose.Zip.Egg
- assembly Aspose.Zip