Name | Description | |
---|---|---|
ZipWriter Constructor | Overloaded. Initializes a new instance of the ZipWriter class. |
The following tables list the members exposed by ZipWriter.
Name | Description | |
---|---|---|
ZipWriter Constructor | Overloaded. Initializes a new instance of the ZipWriter class. |
Name | Description | |
---|---|---|
AesAlgorithmManager | Gets or sets a manager object for the AES encryption functionality. | |
AllowOutputStreamClosure | Gets or sets a boolean value indicating whether the output stream can be closed by the object. | |
AllowUncompressedData | Gets or sets a boolean value indicating whether the ZipWriter is allowed to write true uncompressed data in the Zip archive. | |
AllowZip64Extensions | Gets a boolean value indicating whether Zip64 extensions of the Zip specification are enabled. | |
DefaultPasswordTextEncoding | ||
MultiThreadManager | ||
OutputStream | Gets the output Stream object that was specified at construction. | |
TextEncoding | Gets or sets the text encoding that will be applied to files that are added to the zip archive. | |
UnknownCharacterFallbackConversion | ||
UseLocalMachineOEMCodePageForFilenames | ||
UseUnsafeCompressionMethodVersions | Gets or sets a System.Boolean value that indicates whether the currently selected compression and decompression methods can use "unsafe" techniques like pointers to increase speed. |
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. |
Name | Description | |
---|---|---|
ByteProgression | Raised when WriteItemData has been called. |