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


In This Topic
    ZipWriter Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodOverloaded. 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.  
    Public MethodOverloaded. Provides correct cleanup of resources in the base class and its derived classes.  
    Public MethodReturns a new Stream object that implements a write-only stream around the WriteItemData method.  
    Public MethodOverloaded.   
    Public MethodOverloaded. Writes a sequence of bytes to the ZipWriter object's stream and advances the position within the stream by the number of bytes written.  
    Public MethodWrites a local header to the Zip file.  
    Top
    See Also