ComHelper

ComHelper class

Provides methods for COM clients to load archives into Aspose.Zip.

The ComHelper type exposes the following members:

Constructors

NameDescription
ComHelper()Initializes a new instance of this class.

Methods

NameDescription
open_gzip(stream)Allows a COM application to load a gzip archive from a stream.
open_gzip(file_name)Allows a COM application to load a gzip archive from a file.
open_zip(stream)Allows a COM application to load a zip archive from a stream.
open_zip(file_name)Allows a COM application to load a zip archive from a file.
open_rar(stream)Allows a COM application to load a rar archive from a stream.
open_rar(file_name)Allows a COM application to load a rar archive from a file.
open_bzip2(stream)Allows a COM application to load a bzip2 archive from a stream.
open_bzip2(file_name)Allows a COM application to load a bzip2 archive from a file.

See Also