GzipArchive.Extract
GzipArchive.Extract method
Extrait l’archive dans le flux fourni.
public void Extract(Stream destination)
Paramètre | Taper | La description |
---|---|---|
destination | Stream | Flux de destination. Doit être inscriptible. |
Exceptions
exception | condition |
---|---|
ArgumentException | destination ne prend pas en charge l’écriture. |
Exemples
using (var archive = new GzipArchive("archive.gz"))
{
archive.Extract(httpResponseStream);
}
Voir également
- class GzipArchive
- espace de noms Aspose.Zip.Gzip
- Assemblée Aspose.Zip