OpenReader Method (password)

DotNetZip

Ionic Zip Library v1.9.1.6 OpenReader Method (password)
ReferenceIonic.ZipZipEntryOpenReader(String)
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 Value
The Stream for reading.
Remarks

See the documentation on the OpenReader()()()() method for full details. This overload allows the application to specify a password for the ZipEntry to be read.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)