| Package | Description |
|---|---|
| org.dice_research.ldcbench.utils.tar |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleWritingFileHandler
A simple
FileHandler which extracts all files to a given directory
(including the subdirectories defined in the archive). |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
TarFileReader.read(File file,
FileHandler handler,
boolean gzipped)
Reads the given file as tar file and forwards the single streams for the
files within the tar file to the given
FileHandler. |
protected Set<String> |
TarFileReader.read(org.apache.commons.compress.archivers.tar.TarArchiveInputStream tarStream,
FileHandler handler) |
Copyright © 2019–2020. All rights reserved.