public class TarExtractor extends Object
| Constructor and Description |
|---|
TarExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
extract(Path source,
Path destination)
Extracts a tarball to the specified destination.
|
public static void extract(Path source, Path destination) throws IOException
source - the tarball to extractdestination - the output directoryIOException - if extraction failsCopyright © 2019. All rights reserved.