GZipStream Constructor (String)

DotZLib

DotZLib .Net wrapper for ZLib1.dll

GZipStream Constructor (String)

Opens an existing file as a readable GZipStream

public GZipStream(
   string fileName
);

Parameters

fileName
The name of the file to open

Exceptions

Exception Type Condition
ZLibException If an error occurred in the internal zlib function

See Also

GZipStream Class | DotZLib Namespace | GZipStream Constructor Overload List