ParallelDeflateOutputStream Constructor (stream, leaveOpen)

DotNetZip

Ionic Zip Library v1.9.1.6 ParallelDeflateOutputStream Constructor (stream, leaveOpen)
ReferenceIonic.ZlibParallelDeflateOutputStreamParallelDeflateOutputStream(Stream, Boolean)
Create a ParallelDeflateOutputStream and specify whether to leave the captive stream open when the ParallelDeflateOutputStream is closed.
Declaration Syntax
C# Visual Basic Visual C++
public ParallelDeflateOutputStream(
	Stream stream,
	bool leaveOpen
)
Public Sub New ( _
	stream As Stream, _
	leaveOpen As Boolean _
)
public:
ParallelDeflateOutputStream(
	Stream^ stream, 
	bool leaveOpen
)
Parameters
stream (Stream)
The stream to which compressed data will be written.
leaveOpen (Boolean)
true if the application would like the stream to remain open after inflation/deflation.
Remarks
See the ParallelDeflateOutputStream(Stream) constructor for example code.

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