OpenDelegate Delegate

DotNetZip

Ionic Zip Library v1.9.1.6 OpenDelegate Delegate
ReferenceIonic.ZipOpenDelegate
Delegate in which the application opens the stream, just-in-time, for the named entry.
Declaration Syntax
C# Visual Basic Visual C++
public delegate Stream OpenDelegate(
	string entryName
)
Public Delegate Function OpenDelegate ( _
	entryName As String _
) As Stream
public delegate Stream^ OpenDelegate(
	String^ entryName
)
Parameters
entryName (String)
The name of the ZipEntry that the application should open the stream for.
Remarks
When you add an entry via AddEntry(String, OpenDelegate, CloseDelegate), the application code provides the logic that opens and closes the stream for the given ZipEntry.

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