Click or drag to resize

ZipArchiveAsProjectArchiveNative(Stream, ZipArchiveMode, Boolean) Constructor

Initializes a new instance of the ZipArchiveAsProjectArchive class.

Namespace: Altaxo.Main.Services.Files
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ZipArchiveAsProjectArchiveNative(
	Stream stream,
	ZipArchiveMode mode,
	bool leaveOpen
)

Parameters

stream  Stream
The archive stream.
mode  ZipArchiveMode
The mode in which to create the Zip archive.
leaveOpen  Boolean
If true, the stream will be left open, even if this instance is disposed.
Exceptions
ExceptionCondition
ArgumentNullExceptionzipArchive
See Also