| Overload | Description |
|---|---|
| CloseZipFile() | Closes the Zip file by writing the data descriptor for the last item and then writing the central header, the end header locator (optionally, for Zip64), and the end header. |
| CloseZipFile(ZipEndHeader) | Closes the Zip file by writing the data descriptor for the last item and then writing the central header, the end header locator, and the specified end header. |