Property | Type | Description | |
---|---|---|---|
Gzip | GzipTools |
Method | Description | |
---|---|---|
PackTar ( IAbsoluteDirectoryPath directory, IAbsoluteFilePath outputFile ) : void | ||
PackZip ( IAbsoluteDirectoryPath directory, IAbsoluteFilePath outputFile ) : void | ||
Unpack ( IAbsoluteFilePath sourceFile, IAbsoluteDirectoryPath outputFolder, bool overwrite = false, bool fullPath = true, bool checkFileIntegrity = true, ITProgress progress = null ) : void | ||
UnpackRetryUpdater ( IAbsoluteFilePath sourceFile, IAbsoluteDirectoryPath outputFolder, bool overwrite = false, bool fullPath = true ) : void | ||
UnpackSingle ( IAbsoluteFilePath sourceFile, IAbsoluteFilePath destFile ) : void | ||
UnpackSingle ( string sourceFile, string destFile ) : void | ||
UnpackUpdater ( IAbsoluteFilePath sourceFile, IAbsoluteDirectoryPath outputFolder, bool overwrite = false, bool fullPath = true ) : void |
public PackTar ( IAbsoluteDirectoryPath directory, IAbsoluteFilePath outputFile ) : void | ||
directory | IAbsoluteDirectoryPath | |
outputFile | IAbsoluteFilePath | |
return | void |
public PackZip ( IAbsoluteDirectoryPath directory, IAbsoluteFilePath outputFile ) : void | ||
directory | IAbsoluteDirectoryPath | |
outputFile | IAbsoluteFilePath | |
return | void |
public Unpack ( IAbsoluteFilePath sourceFile, IAbsoluteDirectoryPath outputFolder, bool overwrite = false, bool fullPath = true, bool checkFileIntegrity = true, ITProgress progress = null ) : void | ||
sourceFile | IAbsoluteFilePath | |
outputFolder | IAbsoluteDirectoryPath | |
overwrite | bool | |
fullPath | bool | |
checkFileIntegrity | bool | |
progress | ITProgress | |
return | void |
public UnpackRetryUpdater ( IAbsoluteFilePath sourceFile, IAbsoluteDirectoryPath outputFolder, bool overwrite = false, bool fullPath = true ) : void | ||
sourceFile | IAbsoluteFilePath | |
outputFolder | IAbsoluteDirectoryPath | |
overwrite | bool | |
fullPath | bool | |
return | void |
public UnpackSingle ( IAbsoluteFilePath sourceFile, IAbsoluteFilePath destFile ) : void | ||
sourceFile | IAbsoluteFilePath | |
destFile | IAbsoluteFilePath | |
return | void |
public UnpackSingle ( string sourceFile, string destFile ) : void | ||
sourceFile | string | |
destFile | string | |
return | void |
public UnpackUpdater ( IAbsoluteFilePath sourceFile, IAbsoluteDirectoryPath outputFolder, bool overwrite = false, bool fullPath = true ) : void | ||
sourceFile | IAbsoluteFilePath | |
outputFolder | IAbsoluteDirectoryPath | |
overwrite | bool | |
fullPath | bool | |
return | void |