About TrueZIP Driver TAR

This module contains the file system driver service class de.schlichtherle.truezip.fs.archive.tar.TarDriverService which provides the following map of file system drivers:

URI Schemes / Archive File Suffixes File System Driver Class
tar de.schlichtherle.truezip.fs.archive.tar.TarDriver
tar.bz2, tb2, tbz de.schlichtherle.truezip.fs.archive.tar.TarBZip2Driver
tar.gz, tgz de.schlichtherle.truezip.fs.archive.tar.TarGZipDriver
tar.xz, txz de.schlichtherle.truezip.fs.archive.tar.TarXZDriver

Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules. The URI schemes will then get recognized as default archive file suffixes by the class TArchiveDetector.