ZipOutputStream Constructor (stream, leaveOpen)

DotNetZip

Ionic Zip Library v1.9.1.6 ZipOutputStream Constructor (stream, leaveOpen)
ReferenceIonic.ZipZipOutputStreamZipOutputStream(Stream, Boolean)
Create a ZipOutputStream.
Declaration Syntax
C# Visual Basic Visual C++
public ZipOutputStream(
	Stream stream,
	bool leaveOpen
)
Public Sub New ( _
	stream As Stream, _
	leaveOpen As Boolean _
)
public:
ZipOutputStream(
	Stream^ stream, 
	bool leaveOpen
)
Parameters
stream (Stream)
The stream to wrap. It must be writable.
leaveOpen (Boolean)
true if the application would like the stream to remain open after the ZipOutputStream has been closed.
Remarks
See the documentation for the ZipOutputStream(Stream) constructor for an example.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)