Package com.andrei1058.bedwars.api.util
Class ZipFileUtil
java.lang.Object
com.andrei1058.bedwars.api.util.ZipFileUtil
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidunzipFileIntoDirectory(File file, File jiniHomeParentDir) static voidzipDirectory(File dir, File zipFile) 
- 
Constructor Details- 
ZipFileUtilpublic ZipFileUtil()
 
- 
- 
Method Details- 
zipDirectory- Throws:
- IOException
 
- 
unzipFileIntoDirectory- Throws:
- IOException
 
 
-