ZipInputStream Constructor (stream, leaveOpen)

DotNetZip

Ionic Zip Library v1.9.1.6 ZipInputStream Constructor (stream, leaveOpen)
ReferenceIonic.ZipZipInputStreamZipInputStream(Stream, Boolean)
Create a ZipInputStream, explicitly specifying whether to keep the underlying stream open.
Declaration Syntax
C# Visual Basic Visual C++
public ZipInputStream(
	Stream stream,
	bool leaveOpen
)
Public Sub New ( _
	stream As Stream, _
	leaveOpen As Boolean _
)
public:
ZipInputStream(
	Stream^ stream, 
	bool leaveOpen
)
Parameters
stream (Stream)
The stream to read from. It must be readable.
leaveOpen (Boolean)
true if the application would like the stream to remain open after the ZipInputStream has been closed.
Remarks
See the documentation for the ZipInputStream(Stream) constructor for a discussion of the class, and an example of how to use the class.

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