Overload | Description |
---|---|
Unzip(String,String,String[]) | Extracts files from a zip file overwriting existing files and restoring the directory structure. |
Unzip(String,String,Boolean,Boolean,Boolean,String[]) | Extracts files from a zip file specifying whether existing files will be overwritten and if the directory structure will be restored. |
Unzip(String,String,String,Boolean,Boolean,Boolean,String[]) | Extracts files from a zip file providing a decryption password and specifying whether existing files will be overwritten and if the directory structure will be restored. |
Unzip(String,String,String,Boolean,Boolean,Boolean,DiskRequiredCallback,Object,String[]) | Extracts files from a spanned zip file specifying the callback method called when requesting a new disk, providing a decryption password and specifying whether existing files will be overwritten and if the directory structure will be restored. |
Unzip(String,String,String,Boolean,Boolean,Boolean,DiskRequiredCallback,ByteProgressionCallback,ItemProgressionCallback,Object,String[]) | Extracts files from a zip file overwriting existing files and restoring the directory structure, using the provided decryption password, and tracking item or byte progression. |