|  | Decompression Reader
    | 
Decompression Reader to read compressed files/archives.
| Name | Default Value | Type | Description | 
|---|---|---|---|
| debug | true | bool | By default false. Iftruedebug output will be printed tostd::cerr. | 
| delete_extracted | false | bool | By default the extracted files are not delete when the reader is closed/destroyed.Mind that this will only delete files/directories that where in the original archive. | 
| extracted_filename | string | If specified, this filename is appended to the extraction directory to openthe delegate reader with. Otherwise the last extention is stripped from thesource filename (i.e. data.adtfdat.zip->data.adtfdat). | |
| extraction_directory | string | If specified extract the archive to the given directory otherwise the file isextracted next to the source archive. | |
| worker_reader | string | The identifier of the reader implementation. If empty, the first compatible reader is automatically searched for. Place the configuration for the worker reader as a sub tree to this property. | 
| Attribute | Value | 
|---|---|
| Plugin Name | decompression_reader.adtffileplugin | 
| License | Digitalwerk | 
| Support Mail | support@digitalwerk.net | 
| Homepage URL | https://support.digitalwerk.net | 
To use the supplied reader, specify the plugin with the --plugin option of the adtf_dattool i.e.: