static interface ChangeSetPerformer.ArchiveEntryIterator
Iterator#hasNext is not allowed to throw exceptions that's why we can't use Iterator<ArchiveEntry> directly - otherwise we'd need to convert exceptions thrown in ArchiveInputStream#getNextEntry.
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream() |
boolean |
hasNext() |
ArchiveEntry |
next() |
boolean hasNext()
throws java.io.IOException
java.io.IOExceptionArchiveEntry next()
java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOException