Name | Description | |
---|---|---|
![]() | CloseZipFile | Overloaded. 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. |
![]() | Dispose | Overloaded. Provides correct cleanup of resources in the base class and its derived classes. |
![]() | GetItemDataStream | Returns a new Stream object that implements a write-only stream around the WriteItemData method. |
![]() | QueueItem | Overloaded. |
![]() | WriteItemData | Overloaded. Writes a sequence of bytes to the ZipWriter object's stream and advances the position within the stream by the number of bytes written. |
![]() | WriteItemLocalHeader | Writes a local header to the Zip file. |