| Package | Description |
|---|---|
| org.goots.exploder | |
| org.goots.exploder.types |
| Modifier and Type | Method and Description |
|---|---|
Exploder |
Exploder.excludeSuffix(String suffix) |
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,
File working,
File root)
This version uses the specified working directory to explode to.
|
void |
Exploder.unpack(File root)
Unpacks the contents of the file/directory, decompressing and unarchiving recursively.
|
| 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.