public abstract class ZipIterator extends Object implements Closeable
Constructor and Description |
---|
ZipIterator() |
Modifier and Type | Method and Description |
---|---|
(package private) static ZipIterator |
create(File file) |
(package private) static ZipIterator |
create(InputStream in) |
static ZipIterator |
create(URL url) |
abstract InputStreamFactory |
getStreamFactory()
Return a stream factory for the current entry.
|
abstract boolean |
hasNext() |
abstract ZipEntry |
next() |
public ZipIterator()
public static ZipIterator create(URL url) throws IOException, URISyntaxException
IOException
URISyntaxException
static ZipIterator create(File file) throws IOException
IOException
static ZipIterator create(InputStream in) throws IOException
IOException
public abstract boolean hasNext() throws IOException
IOException
public abstract ZipEntry next() throws IOException
IOException
public abstract InputStreamFactory getStreamFactory() throws IOException
IOException
- anything that would prevent to obtain a stream factoryCopyright © 2015 eXo Platform SAS. All Rights Reserved.