| Overload | Description |
|---|---|
| GZip(String,String) | Adds the specified file to the GZip file. |
| GZip(String,Boolean,String) | Adds the specified file to the GZip file, specifying whether files should be replaced. |
| GZip(String,Boolean,ByteProgressionCallback,ItemProgressionCallback,Object,String) | Adds the specified file to the GZip file, providing delegates for notifications and specifying whether files should be replaced. |