Package de.gematik.refv.snapshots.helper
Class TARGZ
- java.lang.Object
-
- de.gematik.refv.snapshots.helper.TARGZ
-
public class TARGZ extends Object
-
-
Constructor Summary
Constructors Constructor Description TARGZ()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcompress(Path sourceDirectory, String outputDirectory)static voiddecompress(String inputFileName, File outputDirectory)static FilenewFile(File destDir, String currentEntryName)
-
-
-
Method Detail
-
compress
public static void compress(Path sourceDirectory, String outputDirectory) throws IOException
- Throws:
IOException
-
decompress
public static void decompress(String inputFileName, File outputDirectory) throws IOException
- Throws:
IOException
-
newFile
public static File newFile(File destDir, String currentEntryName) throws IOException
- Throws:
IOException
-
-