Xceed .NET Libraries Documentation
ZipWriter Constructor


Xceed.Zip Assembly > Xceed.Zip.ReaderWriter Namespace > ZipWriter Class : ZipWriter Constructor
Initializes a new instance of the ZipWriter class.
Overload List
OverloadDescription
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.  
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.  
Initializes a new instance of the ZipWriter class using the specified output stream, optionally using Zip64 extensions in the resulting archive, optionally allowing the object to close the output stream, and optionally allowing the object to close the output stream.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ZipWriter Class
ZipWriter Members