Ionic Zip Library v1.9.1.6
ExtractWithPassword Method (stream, password)
Extracts the entry to the specified stream, using the specified
Password. For example, the caller could extract to Console.Out, or
to a MemoryStream.
Declaration Syntax
Remarks
The caller can specify any write-able stream, for example a FileStream, a MemoryStream, or ASP.NET's Response.OutputStream. The content will be decrypted and decompressed as necessary. If the entry is encrypted and no password is provided, this method will throw.
The position on the stream is not reset by this method before it extracts. You may want to call stream.Seek() before calling ZipEntry.Extract().