TgzReader.TgzReader
TgzReader(string)
Initializes a new instance of the TgzReader
class.
public TgzReader(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | The filename. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | throws if file name is null or empty |
See Also
- class TgzReader
- namespace Aspose.Email.Storage.Zimbra
- assembly Aspose.Email
TgzReader(Stream)
Initializes a new instance of the TgzReader
class.
public TgzReader(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | throws if stream is null |
See Also
- class TgzReader
- namespace Aspose.Email.Storage.Zimbra
- assembly Aspose.Email