Name | Description | |
---|---|---|
![]() | C1ZipFile Constructor | Overloaded. |
The following tables list the members exposed by C1ZipFile.
Name | Description | |
---|---|---|
![]() | C1ZipFile Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Comment | Gets or sets a comment associated with the current zip file. |
![]() | CompressionLevel | Gets or sets the compression level to use when adding entries to the zip file. |
![]() | Entries | Gets a C1ZipEntryCollection that contains the entries in the zip file. |
![]() | FileName | Gets the name of the current zip file. |
![]() | MemoryThreshold | Gets or sets the size of the largest stream to be compressed in memory. |
![]() | OverwriteHidden | Determines whether the component should overwrite hidden files when extracting entries from the zip file. |
![]() | OverwriteReadOnly | Determines whether the component should overwrite read-only files when extracting entries from the zip file. |
![]() | OverwriteSystem | Determines whether the component should overwrite system files when extracting entries from the zip file. |
![]() | Password | Gets or sets the password to use when adding or retrieving entries from the zip file. |
![]() | TempFileName | Gets or sets the name of the temporary file to use when adding entries to the zip file. |
![]() | UseUtf8Encoding | Determines whether file names and comments should be stored in UTF8 format. |
Name | Description | |
---|---|---|
![]() | Close | Resets all data members of the C1ZipFile object. |
![]() | CloseBatch | Closes a zip file after it was opened with a call to the OpenBatch method. |
![]() | Create | Creates a new zip file in a stream. |
![]() ![]() | IsZipFile | Tests whether a stream contains a valid zip file. |
![]() | Open | Opens an existing zip file stored in a System.IO.Stream. |
![]() | OpenAsync | Opens an existing zip file stored in a Windows.Storage.StorageFile. |
![]() | OpenBatch | Opens the zip file for multiple operations. |
![]() | Refresh | Refreshes all data members by re-opening the current zip file. |