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