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.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException
public void writeNextZipEntry(ZipArchiveOutputStream target) throws java.io.IOException
java.io.IOException