ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipFile Class
Properties Methods Events


In This Topic
    C1ZipFile Class Members
    In This Topic

    The following tables list the members exposed by C1ZipFile.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a comment associated with the current zip file.  
    Public PropertyGets or sets the compression level to use when adding entries to the zip file.  
    Public PropertyGets a C1ZipEntryCollection that contains the entries in the zip file.  
    Public PropertyGets the name of the current zip file.  
    Public PropertyGets or sets the size of the largest stream to be compressed in memory.  
    Public PropertyDetermines whether the component should overwrite hidden files when extracting entries from the zip file.  
    Public PropertyDetermines whether the component should overwrite read-only files when extracting entries from the zip file.  
    Public PropertyDetermines whether the component should overwrite system files when extracting entries from the zip file.  
    Public PropertyGets or sets the password to use when adding or retrieving entries from the zip file.  
    Public PropertyGets or sets the name of the temporary file to use when adding entries to the zip file.  
    Public PropertyDetermines whether file names and comments should be stored in UTF8 format.  
    Top
    Public Methods
     NameDescription
    Public MethodResets all data members of the C1ZipFile object.  
    Public MethodCloses a zip file after it was opened with a call to the OpenBatch method.  
    Public MethodCreates a new zip file in a stream.  
    Public Methodstatic (Shared in Visual Basic)Tests whether a stream contains a valid zip file.  
    Public MethodOpens an existing zip file stored in a System.IO.Stream.  
    Public MethodOpens an existing zip file stored in a Windows.Storage.StorageFile.  
    Public MethodOpens the zip file for multiple operations.  
    Public MethodRefreshes all data members by re-opening the current zip file.  
    Top
    Public Events
     NameDescription
    Public EventFired while data is being read from or written into a zip file.  
    Top
    See Also