Click or drag to resize
DigitalRuneZipStorage Constructor
Initializes a new instance of the ZipStorage class.

Namespace: DigitalRune.Storages
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public ZipStorage(
	Storage storage,
	string fileName
)

Parameters

storage
Type: DigitalRune.StoragesStorage
The storage that contains the ZIP archive.
fileName
Type: SystemString
The file name (incl. path) of the ZIP archive.
Exceptions
ExceptionCondition
ArgumentNullExceptionstorage or fileName is null.
Remarks
An exception is raised if the ZIP archive could not be opened.
See Also