C1ZipFile Constructor(Stream,Boolean)
In This Topic
Initializes a new instance of the
C1ZipFile class and opens a zip stream associated with this new instance.
Syntax
Parameters
- stream
- System.IO.Stream that contains the zip data.
- create
- Whether to initialize the stream with an empty zip header or open an existing zip file in the stream.
See Also