| java.lang.Object org.columba.core.io.ZipFileIO
ZipFileIO | public class ZipFileIO (Code) | | Zip archive operations are handled by this class.
author: fdietz |
Method Summary | |
public static void | extract(File file, File destination) Extract zip file to destination folder. | public static File | getFirstFile(File zipFile) Return the first directory of this archive. |
extract | public static void extract(File file, File destination) throws IOException(Code) | | Extract zip file to destination folder.
Parameters: file - zip file to extract Parameters: destination - destinatin folder |
getFirstFile | public static File getFirstFile(File zipFile) throws IOException(Code) | | Return the first directory of this archive. This is needed to determine
the plugin directory.
Parameters: zipFile - File containing the first entry of this archive |
|
|