ComHelper.OpenGzip
OpenGzip(Stream)
Allows a COM application to load a gzip archive from a stream.
public GzipArchive OpenGzip(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | A .NET stream object that contains the archive to load. |
Return Value
A GzipArchive
object that represents the archive.
See Also
- class GzipArchive
- class ComHelper
- namespace Aspose.Zip
- assembly Aspose.Zip
OpenGzip(string)
Allows a COM application to load a gzip archive from a file.
public GzipArchive OpenGzip(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | Filename of the archive to load. |
Return Value
A GzipArchive
object that represents the archive.
See Also
- class GzipArchive
- class ComHelper
- namespace Aspose.Zip
- assembly Aspose.Zip