Bzip2Archive.Extract
Bzip2Archive.Extract method
将存档提取到提供的流中。
public void Extract(Stream destination)
范围 | 类型 | 描述 |
---|---|---|
destination | Stream | 目标流。必须是可写的。 |
例外
例外 | (健康)状况 |
---|---|
ArgumentException | destination不支持写入。 |
例子
using (Bzip2Archive archive = new Bzip2Archive("archive.bz2"))
{
archive.Extract(httpResponseStream);
}
也可以看看
- class Bzip2Archive
- 命名空间 Aspose.Zip.Bzip2
- 部件 Aspose.Zip