The C1ZipFile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1ZipFile()()()() |
Initializes a new instance of the C1ZipFile class.
|
![]() |
C1ZipFile(Stream) |
Initializes a new instance of the C1ZipFile class and opens a zip stream associated
with this new instance.
|
![]() |
C1ZipFile(String) |
Initializes a new instance of the C1ZipFile class and opens a zip file associated
with this new instance.
|
![]() |
C1ZipFile(Stream, Boolean) |
Initializes a new instance of the C1ZipFile class and opens a zip stream associated
with this new instance.
|
![]() |
C1ZipFile(String, Boolean) |
Initializes a new instance of the C1ZipFile class and creates or opens
a zip file associated with this new instance.
|
Methods
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(Stream) |
Creates a new zip file in a stream.
|
![]() |
Create(String) |
Creates an empty zip file on disk.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
IsZipFile(Stream) |
Tests whether a stream contains a valid zip file.
|
![]() ![]() |
IsZipFile(String) |
Tests whether a file is a valid zip file.
|
![]() |
Open(Stream) |
Opens an existing zip file stored in a Stream.
|
![]() |
Open(String) |
Opens an existing zip file.
|
![]() |
OpenBatch |
Opens the zip file for multiple operations.
|
![]() |
Refresh |
Refreshes all data members by re-opening the current zip file.
|
![]() |
ToString | (Inherited from Object.) |
Properties
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.
|
Events
Name | Description | |
---|---|---|
![]() |
Progress |
Fired while data is being read from or written into a zip file.
|