public class FileExtraction extends Object
| Modifier and Type | Method and Description |
|---|---|
static Path |
extractFile(Path compressedFile) |
static Path |
unGzip(Path gZipFile) |
static Path |
unzip(Path zipFile) |
public static Path extractFile(Path compressedFile)
compressedFile - zip or gzip filepublic static Path unzip(Path zipFile)
zipFile - to be extractedCopyright © 2023. All rights reserved.