Initializes a new instance of the ZipStream class with specified underlaying stream, name and read/write mode.
Initializes a new instance of the ZipStream class with specified underlaying stream, name and read/write mode.
public ZipStream(Stream,string,ZipStreamMode);
Initializes a new instance of the ZipStream class with specified underlaying stream, name, read/write mode and compression level.
public ZipStream(Stream,string,ZipStreamMode,int);
Initializes a new instance of the ZipStream class with specified underlaying stream, name, read/write mode, compression level and password.
public ZipStream(Stream,string,ZipStreamMode,int,string);
Initializes a new instance of the ZipStream class with specified underlaying stream, name, read/write mode, compression level and password.
public ZipStream(Stream,string,ZipStreamMode,int,string,int);
Initializes a new instance of the ZipStream class with specified underlaying stream, name, read/write mode, compression level and password.
public ZipStream(Stream,string,ZipStreamMode,int,string,int,bool);
Initializes a new instance of the ZipStream class with specified underlaying stream, name, read/write mode, compression level and password.
public ZipStream(Stream,string,ZipStreamMode,int,string,int,bool,int);
Initializes a new instance of the ZipStream class with specified underlaying stream, name, read/write mode and password.
public ZipStream(Stream,string,ZipStreamMode,string);
Initializes a new instance of the ZipStream class with specified underlaying stream, name, read/write mode, and password.
public ZipStream(Stream,string,ZipStreamMode,string,int);
ZipStream Class | Resco.IO.Zip Namespace