Class TgzFormat

java.lang.Object
org.eclipse.jgit.archive.BaseFormat
org.eclipse.jgit.archive.TgzFormat
All Implemented Interfaces:
ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream>

public final class TgzFormat extends BaseFormat implements ArchiveCommand.Format<org.apache.commons.compress.archivers.ArchiveOutputStream>
gzip-compressed tarball (tar.gz) format.