BZip2OutputStream Constructor (output, blockSize, leaveOpen)

DotNetZip

Ionic Zip Library v1.9.1.6 BZip2OutputStream Constructor (output, blockSize, leaveOpen)
ReferenceIonic.BZip2BZip2OutputStreamBZip2OutputStream(Stream, Int32, Boolean)
Constructs a new BZip2OutputStream with specified blocksize, and explicitly specifies whether to leave the wrapped stream open.
Declaration Syntax
C# Visual Basic Visual C++
public BZip2OutputStream(
	Stream output,
	int blockSize,
	bool leaveOpen
)
Public Sub New ( _
	output As Stream, _
	blockSize As Integer, _
	leaveOpen As Boolean _
)
public:
BZip2OutputStream(
	Stream^ output, 
	int blockSize, 
	bool leaveOpen
)
Parameters
output (Stream)
the destination stream.
blockSize (Int32)
The blockSize in units of 100000 bytes. The valid range is 1..9.
leaveOpen (Boolean)
whether to leave the captive stream open upon closing this stream.

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