Package | Description |
---|---|
com.lazerycode.selenium.extract |
Modifier and Type | Method and Description |
---|---|
protected String |
FileExtractor.untarFile(InputStream compressedFileInputStream,
String extractedToFilePath,
BinaryType possibleFilenames)
Untar a decompressed tar file (this will implicitly overwrite any existing files)
|
protected String |
FileExtractor.unzipFile(File downloadedCompressedFile,
String extractedToFilePath,
BinaryType possibleFilenames)
Unzip a downloaded zip file (this will implicitly overwrite any existing files)
|
Copyright © 2016. All rights reserved.