Initializes a new instance of the ZipFile class.
Namespace: FirstFloor.Documents.IOAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public ZipFile( Stream stream ) |
| Visual Basic |
|---|
Public Sub New ( _ stream As Stream _ ) |
| Visual C++ |
|---|
public: ZipFile( Stream^ stream ) |
Parameters
- stream
- Type: System.IO..::..Stream
The stream.