Delegate in which the application opens the stream, just-in-time, for the named entry.
Declaration Syntax
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.