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
IOExceptionURISyntaxExceptionstatic ZipIterator create(File file) throws IOException
IOExceptionstatic ZipIterator create(InputStream in) throws IOException
IOExceptionpublic 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.