feisty meow concerns codebase  2.140
org.gffs.compression.UnpackTar.archiveType Enum Reference

Public Attributes

 TAR
 
 ZIP
 
 TGZ
 

Detailed Description

takes a tar.gz file as the "tarFile" parameter, then decompresses and unpacks the file into the "dest" location.

Definition at line 30 of file UnpackTar.java.

Member Data Documentation

◆ TAR

org.gffs.compression.UnpackTar.archiveType.TAR

Definition at line 31 of file UnpackTar.java.

Referenced by org.gffs.compression.UnpackTar.uncompressTar().

◆ TGZ

org.gffs.compression.UnpackTar.archiveType.TGZ

Definition at line 34 of file UnpackTar.java.

Referenced by org.gffs.compression.UnpackTar.uncompressTarGZ().

◆ ZIP

org.gffs.compression.UnpackTar.archiveType.ZIP

Definition at line 32 of file UnpackTar.java.

Referenced by org.gffs.compression.UnpackTar.uncompressZip().


The documentation for this enum was generated from the following file: