C# Class withSIX.Core.Tools.CompressionTools

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Свойство Type Description
Gzip GzipTools

Méthodes publiques

Méthode 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

Method Details

PackTar() public méthode

public PackTar ( IAbsoluteDirectoryPath directory, IAbsoluteFilePath outputFile ) : void
directory IAbsoluteDirectoryPath
outputFile IAbsoluteFilePath
Résultat void

PackZip() public méthode

public PackZip ( IAbsoluteDirectoryPath directory, IAbsoluteFilePath outputFile ) : void
directory IAbsoluteDirectoryPath
outputFile IAbsoluteFilePath
Résultat void

Unpack() public méthode

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
Résultat void

UnpackRetryUpdater() public méthode

public UnpackRetryUpdater ( IAbsoluteFilePath sourceFile, IAbsoluteDirectoryPath outputFolder, bool overwrite = false, bool fullPath = true ) : void
sourceFile IAbsoluteFilePath
outputFolder IAbsoluteDirectoryPath
overwrite bool
fullPath bool
Résultat void

UnpackSingle() public méthode

public UnpackSingle ( IAbsoluteFilePath sourceFile, IAbsoluteFilePath destFile ) : void
sourceFile IAbsoluteFilePath
destFile IAbsoluteFilePath
Résultat void

UnpackSingle() public méthode

public UnpackSingle ( string sourceFile, string destFile ) : void
sourceFile string
destFile string
Résultat void

UnpackUpdater() public méthode

public UnpackUpdater ( IAbsoluteFilePath sourceFile, IAbsoluteDirectoryPath outputFolder, bool overwrite = false, bool fullPath = true ) : void
sourceFile IAbsoluteFilePath
outputFolder IAbsoluteDirectoryPath
overwrite bool
fullPath bool
Résultat void

Property Details

Gzip public_oe property

public GzipTools Gzip
Résultat GzipTools