Bzip2Archive.Extract
Bzip2Archive.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 (Bzip2Archive archive = new Bzip2Archive("archive.bz2"))
{
archive.Extract(httpResponseStream);
}
Se även
- class Bzip2Archive
- namnutrymme Aspose.Zip.Bzip2
- hopsättning Aspose.Zip