GzipArchive.Extract
GzipArchive.Extract method
Extraherar arkivet till den tillhandahållna strömmen.
public void Extract(Stream destination)
Parameter | Typ | Beskrivning |
---|---|---|
destination | Stream | Destinationsström. Måste vara skrivbart. |
Undantag
undantag | skick |
---|---|
ArgumentException | destination stöder inte skrivande. |
Exempel
using (var archive = new GzipArchive("archive.gz"))
{
archive.Extract(httpResponseStream);
}
Se även
- class GzipArchive
- namnutrymme Aspose.Zip.Gzip
- hopsättning Aspose.Zip