GzipArchive.Extract
GzipArchive.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 (var archive = new GzipArchive("archive.gz"))
{
archive.Extract(httpResponseStream);
}
Zie ook
- class GzipArchive
- naamruimte Aspose.Zip.Gzip
- montage Aspose.Zip