IArchiveFileEntry.Extract
Extract(string)
Extraheert de invoer naar het bestandssysteem via het opgegeven pad.
public FileInfo Extract(string path)
Parameter | Type | Beschrijving |
---|---|---|
path | String | Het pad naar het doelbestand. Als het bestand al bestaat, wordt het overschreven. |
Winstwaarde
FileInfo instantie met geëxtraheerde gegevens.
Zie ook
- interface IArchiveFileEntry
- naamruimte Aspose.Zip
- montage Aspose.Zip
Extract(Stream)
Extraheert de ingang van de geleverde stream.
public void Extract(Stream destination)
Parameter | Type | Beschrijving |
---|---|---|
destination | Stream | Bestemmingsstroom. Moet beschrijfbaar zijn. |
Zie ook
- interface IArchiveFileEntry
- naamruimte Aspose.Zip
- montage Aspose.Zip