| Overload | Description | 
|---|---|
| ZipReader Constructor(Stream) | Initializes a new instance of the ZipReader class, using the provided input stream, and using an empty decryption password and not allowing the object to close the input stream. | 
| ZipReader Constructor(Stream,String) | Initializes a new instance of the ZipReader class using the specified input stream and decryption password, and not allowing the object to close the input stream. | 
| ZipReader Constructor(Stream,Boolean) | Initializes a new instance of the ZipReader class using the specified input stream, an empty decryption password, and optionally allowing the object to close the input stream. | 
| ZipReader Constructor(Stream,Boolean,String) | Initializes a new instance of the ZipReader class using the specified input stream, decryption password, and optionally allowing the object to close the input stream. | 
