public static class ScatterZipOutputStream.ZipEntryWriter
extends java.lang.Object
implements java.io.Closeable
| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator<ScatterZipOutputStream.CompressedEntry> |
itemsIterator |
private java.io.InputStream |
itemsIteratorData |
| Constructor and Description |
|---|
ZipEntryWriter(ScatterZipOutputStream scatter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
writeNextZipEntry(ZipArchiveOutputStream target) |
private final java.util.Iterator<ScatterZipOutputStream.CompressedEntry> itemsIterator
private final java.io.InputStream itemsIteratorData
public ZipEntryWriter(ScatterZipOutputStream scatter) throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionpublic void writeNextZipEntry(ZipArchiveOutputStream target) throws java.io.IOException
java.io.IOException