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