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 BasicVisual 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.
See Also

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.6006 (1.9.1.6006)   view TOC