Overload | Description |
---|---|
Zip(String,String[]) | Adds files recursively to a zip file overwriting existing files and preserving the directory structure. |
Zip(String,Boolean,Boolean,Boolean,String[]) | Adds files to a zip file specifying whether existing files will be overwritten and if the directory structure will be preserved. |
Zip(String,String,Boolean,Boolean,Boolean,String[]) | Adds files to a zip file using an encryption password and specifying whether existing files will be overwritten and if the directory structure will be preserved. |
Zip(String,String,EncryptionMethod,Boolean,Boolean,Boolean,String[]) | Adds files to a zip file using an encryption password and specifying an encryption method, whether existing files will be overwritten and if the directory structure will be preserved. |
Zip(String,String,EncryptionMethod,CompressionMethod,Boolean,Boolean,Boolean,String[]) | Adds files to a zip file using an encryption password and specifying an encryption method, whether existing files will be overwritten and if the directory structure will be preserved. |
Zip(String,String,Boolean,Boolean,Boolean,Int64,SplitNameFormat,String[]) | Adds files to a multi-part zip file using the specified split name format, the specified split size, an encryption password and specifying whether existing files will be overwritten and if the directory structure will be preserved. |
Zip(String,String,EncryptionMethod,Boolean,Boolean,Boolean,Int64,SplitNameFormat,String[]) | Adds files to a multi-part zip file using the specified split name format, the specified split size, an encryption method and password, and specifying whether existing files will be overwritten and if the directory structure will be preserved. |
Zip(String,String,Boolean,Boolean,Boolean,DiskRequiredCallback,Object,String[]) | Adds files to a spanned zip file specifying the callback method called when requesting a new disk, using an encryption password and specifying whether existing files will be overwritten and if the directory structure will be preserved. |
Zip(String,String,EncryptionMethod,Boolean,Boolean,Boolean,DiskRequiredCallback,Object,String[]) | Adds files to a spanned zip file specifying the callback method called when requesting a new disk, using an encryption password and method, and specifying whether existing files will be overwritten and if the directory structure will be preserved. |
Zip(String,String,Boolean,Boolean,Boolean,SfxPrefix,String[]) | |
Zip(String,String,Boolean,Boolean,Boolean,SfxPrefix,DiskRequiredCallback,Object,String[]) | |
Zip(String,String,EncryptionMethod,Boolean,Boolean,Boolean,Int64,SplitNameFormat,SfxPrefix,DiskRequiredCallback,ByteProgressionCallback,ItemProgressionCallback,Object,String[]) | |
Zip(String,String,EncryptionMethod,CompressionMethod,Boolean,Boolean,Boolean,Int64,SplitNameFormat,SfxPrefix,DiskRequiredCallback,ByteProgressionCallback,ItemProgressionCallback,Object,String[]) |