프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Gzip | GzipTools |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public PackZip ( IAbsoluteDirectoryPath directory, IAbsoluteFilePath outputFile ) : void | ||
directory | IAbsoluteDirectoryPath | |
outputFile | IAbsoluteFilePath | |
리턴 | 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 | |
리턴 | void |
public UnpackRetryUpdater ( IAbsoluteFilePath sourceFile, IAbsoluteDirectoryPath outputFolder, bool overwrite = false, bool fullPath = true ) : void | ||
sourceFile | IAbsoluteFilePath | |
outputFolder | IAbsoluteDirectoryPath | |
overwrite | bool | |
fullPath | bool | |
리턴 | void |
public UnpackSingle ( IAbsoluteFilePath sourceFile, IAbsoluteFilePath destFile ) : void | ||
sourceFile | IAbsoluteFilePath | |
destFile | IAbsoluteFilePath | |
리턴 | void |
public UnpackSingle ( string sourceFile, string destFile ) : void | ||
sourceFile | string | |
destFile | string | |
리턴 | void |
public UnpackUpdater ( IAbsoluteFilePath sourceFile, IAbsoluteDirectoryPath outputFolder, bool overwrite = false, bool fullPath = true ) : void | ||
sourceFile | IAbsoluteFilePath | |
outputFolder | IAbsoluteDirectoryPath | |
overwrite | bool | |
fullPath | bool | |
리턴 | void |