| Package | Description |
|---|---|
| org.goots.exploder | |
| org.goots.exploder.types |
| Modifier and Type | Method and Description |
|---|---|
Exploder |
Exploder.excludeSuffix(String suffix)
Register suffix to ignore when exploding the archive(s).
|
void |
ExploderFileProcessor.processFile(File baseDir,
File file)
Perform arbitrary processing upon a standard file after unpacking and decompression.
|
void |
Exploder.unpack(ExploderFileProcessor processor,
File root)
Unpacks the contents of the file/directory, decompressing and unarchiving recursively.
|
void |
Exploder.unpack(ExploderFileProcessor processor,
URL url)
Unpacks the contents of the remote file, decompressing and unarchiving recursively.
|
void |
Exploder.unpack(File root)
Unpacks the contents of the file/directory, decompressing and unarchiving recursively.
|
Exploder |
Exploder.useTemporaryDirectory()
This will configure the current instance to use a temporary directory to
copy the target File to prior to unpacking.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends InputStream> |
ArchiveFileType.getStream(File source) |
<T extends InputStream> |
FileType.getStream(File source) |
<T extends InputStream> |
SevenZFileType.getStream(File source) |
<T extends InputStream> |
StandardFileType.getStream(File source) |
Copyright © 2018. All Rights Reserved.