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