Closes the ZipFile. If the stream is owned then this also closes the underlying input stream. Once closed, no further instance methods should be called.
public void Close();
Exceptions
| Exception Type | Condition |
|---|---|
| IOException | An i/o error occurs. |
Closes the ZipFile. If the stream is owned then this also closes the underlying input stream. Once closed, no further instance methods should be called.
| Exception Type | Condition |
|---|---|
| IOException | An i/o error occurs. |