public class ZipFactory extends Object
| Constructor and Description |
|---|
ZipFactory(String dir)
This object provides utility methods to unzip files.
|
public ZipFactory(String dir)
dir - Directory to unzippublic void unZip(File zpFile) throws IOException, ZipException
zpFile - File to be unzippedIOException - if error trying to read entry.ZipException - if error trying to read zip file.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.