public static void DecompressZip( System.IO.Stream input, System.string password, INZipDecompressor zipDecompressor )
Parameters
- input
- The stream to decompress.
- password
- The password to decrypt the ZIP stream with. Pass null if the ZIP archive is not encrypted.
- zipDecompressor
- An interface ipmlementation that should receive the decompressed streams and their names.