public UpdateEntry ( string entryName, OpenDelegate opener, CloseDelegate closer ) : |
||
entryName | string | /// The name, including any path, to use within the archive for the entry. /// |
opener | OpenDelegate | /// the delegate that will be invoked to open the stream /// |
closer | CloseDelegate | /// the delegate that will be invoked to close the stream /// |
return |