public class ZipFileFolder extends FileFolder
Constructor and Description |
---|
ZipFileFolder() |
ZipFileFolder(String fName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
count() |
Enumeration |
entries() |
InputStream |
getInputStream(String fName) |
InputStream |
getInputStream(ZipEntry ze) |
ZipEntry |
getZipEntry(String fName) |
static boolean |
isUrl(String name)
Analiza un nombre de fichero en formato zip://zipname.zip?
|
public ZipFile file
public ZipFileFolder()
public ZipFileFolder(String fName) throws IOException
fname
- IOException
public static boolean isUrl(String name)
urlName
- public ZipEntry getZipEntry(String fName) throws IOException
IOException
public InputStream getInputStream(String fName) throws IOException
IOException
public InputStream getInputStream(ZipEntry ze) throws IOException
IOException
public int count()
count
in class FileFolder
public Enumeration entries()