Overload | Description |
---|---|
Ungzip(String,String,String) | Uncompresses a file from the specified GZip file. |
Ungzip(String,String,Boolean,String) | Uncompresses a file from the specified GZip file, specifying whether existing files should be replaced in the provided destination folder. |
Ungzip(String,String,Boolean,ByteProgressionCallback,ItemProgressionCallback,Object,String) | Uncompresses a file from the specified GZip file, using the provided delegates for notifications, specifying whether existing files should be replaced in the provided destination folder. |