Bzip2Archive.Extract
Bzip2Archive.Extract method
Pakt het archief uit naar de geleverde stream.
public void Extract(Stream destination)
Parameter | Type | Beschrijving |
---|---|---|
destination | Stream | Bestemmingsstroom. Moet beschrijfbaar zijn. |
Uitzonderingen
uitzondering | voorwaarde |
---|---|
ArgumentException | destination ondersteunt schrijven niet. |
Voorbeelden
using (Bzip2Archive archive = new Bzip2Archive("archive.bz2"))
{
archive.Extract(httpResponseStream);
}
Zie ook
- class Bzip2Archive
- naamruimte Aspose.Zip.Bzip2
- montage Aspose.Zip