Click or drag to resize
ZipFileStream Constructor (ZipStorageProvider, String, FileMode, FileAccess)
Initializes new instance and initializes new system file stream.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public ZipFileStream(
	ZipStorageProvider provider,
	string path,
	FileMode mode,
	FileAccess access
)

Parameters

provider
Type: CMS.IOZipStorageProvider
Zip provider
path
Type: SystemString
Path to file.
mode
Type: CMS.IOFileMode
File mode.
access
Type: CMS.IOFileAccess
File access.
See Also