This Constructor creates a new InstallFile instance from a ZipInputStream and a ZipEntry
Namespace: DotNetNuke.Services.InstallerAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public InstallFile( ZipInputStream zip, ZipEntry entry, InstallerInfo info ) |
Visual Basic |
---|
Public Sub New ( zip As ZipInputStream, entry As ZipEntry, info As InstallerInfo ) |
Parameters
- zip
- Type: ZipInputStream
The ZipInputStream
- entry
- Type: ZipEntry
The ZipEntry
- info
- Type: DotNetNuke.Services.Installer..::..InstallerInfo
An INstallerInfo instance
Remarks
The ZipInputStream is read into a byte array (Buffer), and the ZipEntry is used to
set up the properties of the InstallFile class.