Ionic Zip Library v1.9.1.6
ExtractWithPassword Method
This method has a bunch of overloads! One of them is sure to be
the right one for you...
Members
Icon | Member | Description |
---|---|---|
ExtractWithPassword(String) |
Extract the entry to the filesystem, using the current working directory
and the specified password.
|
|
ExtractWithPassword(String, String) |
Extract the entry to the filesystem, starting at the specified base
directory, and using the specified password.
|
|
ExtractWithPassword(ExtractExistingFileAction, String) |
Extract the entry to a file in the filesystem, relative to the
current directory, using the specified behavior when extraction
would overwrite an existing file.
|
|
ExtractWithPassword(String, ExtractExistingFileAction, String) |
Extract the entry to the filesystem, starting at the specified base
directory, and using the specified behavior when extraction would
overwrite an existing file.
|
|
ExtractWithPassword(Stream, String) |
Extracts the entry to the specified stream, using the specified
Password. For example, the caller could extract to Console.Out, or
to a MemoryStream.
|