public class UnzipUtil
extends java.lang.Object
构造器和说明 |
---|
UnzipUtil() |
限定符和类型 | 方法和说明 |
---|---|
static void |
extractFile(java.lang.String zipFilePath,
java.lang.String inZipFilePath,
java.lang.String destDirectory)
Extracts a file from a zip to specified destination directory.
|
public static void extractFile(java.lang.String zipFilePath, java.lang.String inZipFilePath, java.lang.String destDirectory) throws java.io.IOException
zipFilePath
- path and file name of a zip fileinZipFilePath
- path and file name inside the zipdestDirectory
- directory to which the file from zip should be extracted, the
path part is discarded.java.io.IOException
©Mapbar Engine Team;All Rights Reserved