Retrieves the tar engine itself.
In some cases it may be necessary to directly access the underlying ArchiveTar object for implementation-specific logic. This is for advanced use only as it is not shared by other implementations of ArchiveInterface.
ArchiveTar The ArchiveTar object used by this object.
public function getArchive() { return $this->tar; }