Xceed Real-Time Zip for .NET Documentation
Xceed.Zip Assembly / Xceed.Zip.ReaderWriter Namespace / ZipWriter Class


In This Topic
    ZipWriter Class Properties
    In This Topic

    For a list of all members of this type, see ZipWriter members.

    Public Properties
     NameDescription
    Public PropertyGets or sets a manager object for the AES encryption functionality.  
    Public PropertyGets or sets a boolean value indicating whether the output stream can be closed by the object.  
    Public PropertyGets or sets a boolean value indicating whether the ZipWriter is allowed to write true uncompressed data in the Zip archive.  
    Public PropertyGets a boolean value indicating whether Zip64 extensions of the Zip specification are enabled.  
    Public Property  
    Public Property  
    Public PropertyGets the output Stream object that was specified at construction.  
    Public PropertyGets or sets the text encoding that will be applied to files that are added to the zip archive.  
    Public Property  
    Public Property  
    Public PropertyGets 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.  
    Top
    See Also