C1ZipFile Constructor(Stream)
In This Topic
Initializes a new instance of the
C1ZipFile class and opens a zip stream associated with this new instance.
Syntax
Public Function New( _
ByVal As Stream _
)
public C1ZipFile(
Stream
)
Parameters
- stream
- System.IO.Stream that contains the zip data.
See Also