Method | Description | |
---|---|---|
CreateTar ( IAbsoluteDirectoryPath directory, IAbsoluteFilePath outputFile ) : void | ||
CreateZip ( IAbsoluteDirectoryPath directory, IAbsoluteFilePath outputFile ) : void | ||
PackFiles ( string>.IEnumerable |
||
UnpackGzip ( IAbsoluteFilePath sourceFile, IAbsoluteFilePath destFile, ITProgress progress = null ) : void | ||
UnpackInternal ( IAbsoluteFilePath sourceFile, IAbsoluteDirectoryPath outputFolder, bool overwrite = false, bool fullPath = true, bool checkFileIntegrity = true, ITProgress progress = null ) : void | ||
UnpackSingleInternal ( string sourceFile, string destFile ) : void |
Method | Description | |
---|---|---|
GetArchiveWithGzWorkaround ( IAbsoluteFilePath sourceFile, string ext ) : IArchive | ||
GetString ( byte bytes ) : string | ||
ReadHeader ( IAbsoluteFilePath sourceFile ) : string | ||
TryReadHeader ( IAbsoluteFilePath sourceFile ) : string | ||
TryUnpackArchive ( IAbsoluteFilePath destFile, ITProgress progress, GZipArchive archive ) : void | ||
UnpackArchive ( IAbsoluteDirectoryPath outputFolder, bool overwrite, IArchive archive, ExtractionOptions options, IAbsoluteFilePath sourceFile ) : void |
public CreateTar ( IAbsoluteDirectoryPath directory, IAbsoluteFilePath outputFile ) : void | ||
directory | IAbsoluteDirectoryPath | |
outputFile | IAbsoluteFilePath | |
return | void |
public CreateZip ( IAbsoluteDirectoryPath directory, IAbsoluteFilePath outputFile ) : void | ||
directory | IAbsoluteDirectoryPath | |
outputFile | IAbsoluteFilePath | |
return | void |
public PackFiles ( string>.IEnumerable |
||
items | string>.IEnumerable | |
path | IAbsoluteFilePath | |
return | void |
public UnpackGzip ( IAbsoluteFilePath sourceFile, IAbsoluteFilePath destFile, ITProgress progress = null ) : void | ||
sourceFile | IAbsoluteFilePath | |
destFile | IAbsoluteFilePath | |
progress | ITProgress | |
return | void |
public UnpackInternal ( 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 UnpackSingleInternal ( string sourceFile, string destFile ) : void | ||
sourceFile | string | |
destFile | string | |
return | void |