public class ZipFileRegistry extends Object
Constructor and Description |
---|
ZipFileRegistry() |
Modifier and Type | Method and Description |
---|---|
static ZipFile |
getZipFile(String path)
Return a zip file which must already be open
|
static ZipFile |
openZipFile(File f)
Return a zip file which may already be open
|
static Enumeration |
zipFiles()
Returns an enumeration of the zip files in the registry
Each element is a ZipFile.
|
public static ZipFile openZipFile(File f) throws FileNotFoundException, IOException
FileNotFoundException
IOException
public static ZipFile getZipFile(String path)
public static Enumeration zipFiles()
Copyright © 2018. All rights reserved.