Class ScatterZipOutputStream.ZipEntryWriter
- java.lang.Object
-
- org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.ZipEntryWriter
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- ScatterZipOutputStream
public static class ScatterZipOutputStream.ZipEntryWriter extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description ZipEntryWriter(ScatterZipOutputStream scatter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
writeNextZipEntry(ZipArchiveOutputStream target)
-
-
-
Constructor Detail
-
ZipEntryWriter
public ZipEntryWriter(ScatterZipOutputStream scatter) throws IOException
- Throws:
IOException
-
-
Method Detail
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
writeNextZipEntry
public void writeNextZipEntry(ZipArchiveOutputStream target) throws IOException
- Throws:
IOException
-
-