Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.ReaderWriter Namespace / ZipWriter Class / ZipWriter Constructor


In This Topic
    ZipWriter Constructor
    In This Topic
    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