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 boolean |
hasNext() |
abstract ZipEntry |
next() |
abstract InputStreamFactory |
open() |
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 open() throws IOException
IOExceptionCopyright © 2013 eXo Platform SAS. All Rights Reserved.