| java.lang.Object workbench.util.ZipUtil
ZipUtil | public class ZipUtil (Code) | | author: support@sql-workbench.net |
Method Summary | |
public static List<String> | getFiles(File archive) Get the directory listing of a zip archive. | public static boolean | isZipFile(File f) Test if the given File is a ZIP Archive. |
getFiles | public static List<String> getFiles(File archive) throws IOException(Code) | | Get the directory listing of a zip archive.
Sub-Directories are not scanned.
Parameters: archive - a list of filenames contained in the archive |
isZipFile | public static boolean isZipFile(File f)(Code) | | Test if the given File is a ZIP Archive.
Parameters: f - the File to test true if the file is a ZIP Archive, false otherwise |
|
|