See the documentation on the ZipFile constructor that accepts a single string argument for basic information on all the ZipFile constructors.
The Encoding is used as the default alternate encoding for entries with filenames or comments that cannot be encoded with the IBM437 code page. This is equivalent to setting the ProvisionalAlternateEncoding property on the ZipFile instance after construction.
Instances of the ZipFile class are not multi-thread safe. You may not party on a single instance with multiple threads. You may have multiple threads that each use a distinct ZipFile instance, or you can synchronize multi-thread access to a single instance.
Exception | Condition |
---|---|
ZipException |
Thrown if name refers to an existing file that is not a valid zip file.
|