C# Class Crisis.Ionic.Zip.ReadOptions

A class for collecting the various options that can be used when Reading zip files for extraction or update.

When reading a zip file, there are several options an application can set, to modify how the file is read, or what the library does while reading. This class collects those options into one container.

Pass an instance of the ReadOptions class into the ZipFile.Read() method.

ZipFile.Read(String, ReadOptions). ZipFile.Read(Stream, ReadOptions).
Show file Open project: teeknofil/Crisis-Wordlist-Generator Class Usage Examples