GzipLoadOptions

GzipLoadOptions class

Options for loading GzipArchive.

The GzipLoadOptions type exposes the following members:

Constructors

NameDescription
GzipLoadOptions()Initializes a new instance of the GzipLoadOptions class

Properties

NameDescription
parse_headerGets or sets the value indicating whether to parse stream header to figure out properties, including name. Makes sense for seekable stream only.

See Also