Ionic Zip Library v1.9.1.6
CloseDelegate Delegate
ReferenceIonic.ZipCloseDelegate
Delegate in which the application closes the stream, just-in-time, for the named entry.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void CloseDelegate(
	string entryName,
	Stream stream
)
Public Delegate Sub CloseDelegate ( _
	entryName As String, _
	stream As Stream _
)
public delegate void CloseDelegate(
	String^ entryName, 
	Stream^ stream
)
Parameters
entryName (String)
The name of the ZipEntry that the application should close the stream for.
stream (Stream)
The stream to be closed.
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