Bzip2Archive.Extract
Bzip2Archive.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 (Bzip2Archive archive = new Bzip2Archive("archive.bz2"))
{
archive.Extract(httpResponseStream);
}
Voir également
- class Bzip2Archive
- espace de noms Aspose.Zip.Bzip2
- Assemblée Aspose.Zip