Overload | Description |
---|---|
ZipWriter Constructor(Stream) | Initializes a new instance of the ZipWriter class using the specified output stream, without using Zip64 extensions in the resulting archive and not allowing the object to close the output stream. |
ZipWriter Constructor(Stream,Boolean) | Initializes a new instance of the ZipWriter class using the specified output stream, optionally using Zip64 extensions in the resulting archive and not allowing the object to close the output stream. |
ZipWriter Constructor(Stream,Boolean,Boolean) | Initializes a new instance of the ZipWriter class using the specified output stream, optionally using Zip64 extensions in the resulting archive and optionally allowing the object to close the output stream. |