OpenBzip2
Contents
[
Hide
]
ComHelper.OpenBzip2 method (1 of 2)
Allows a COM application to load a bzip2 archive from a stream.
public Bzip2Archive OpenBzip2(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | A .NET stream object that contains the archive to load. |
Return Value
A Bzip2Archive
object that represents the archive.
See Also
- class Bzip2Archive
- class ComHelper
- namespace Aspose.Zip
- assembly Aspose.Zip
ComHelper.OpenBzip2 method (2 of 2)
Allows a COM application to load a bzip2 archive from a file.
public Bzip2Archive OpenBzip2(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | Filename of the archive to load. |
Return Value
A Bzip2Archive
object that represents the archive.
See Also
- class Bzip2Archive
- class ComHelper
- namespace Aspose.Zip
- assembly Aspose.Zip