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.