Ionic Zip Library v1.9.1.6
OpenReader Method (password)
Opens a readable stream for an encrypted zip entry in the archive.
The stream decompresses and decrypts as necessary, as it is read.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public CrcCalculatorStream OpenReader( string password )
Public Function OpenReader ( _ password As String _ ) As CrcCalculatorStream
public: CrcCalculatorStream^ OpenReader( String^ password )
Parameters- password (String)
- The password to use for decrypting the entry.
Return ValueThe Stream for reading.
RemarksSee the documentation on the OpenReader()()()() method for full details. This overload allows the application to specify a password for the ZipEntry to be read.