| Interface | Description |
|---|---|
| FileHandler |
This simple interface is used by the
TarFileReader to forward the
processing of single files to a different class. |
| Class | Description |
|---|---|
| SimpleWritingFileHandler |
A simple
FileHandler which extracts all files to a given directory
(including the subdirectories defined in the archive). |
| TarFileGenerator |
A simple generator for a tar file based on a given, sorted Map.
|
| TarFileReader |
A simple tar file reader taking the given file and forwarding the single
entries to a
FileHandler. |
| TarGZBasedTTLModelIterator |
Copyright © 2019–2020. All rights reserved.