'Declaration Public Class ZipWriter Implements System.IDisposable
'Usage Dim instance As ZipWriter
public class ZipWriter : System.IDisposable
'Declaration Public Class ZipWriter Implements System.IDisposable
'Usage Dim instance As ZipWriter
public class ZipWriter : System.IDisposable
System.Object
Xceed.Zip.ReaderWriter.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. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.