-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public class ScatterZipOutputStream.ZipEntryWriter implements Closeable
-
-
Constructor Summary
Constructors Constructor Description ScatterZipOutputStream.ZipEntryWriter(ScatterZipOutputStream scatter)
-
Method Summary
Modifier and Type Method Description voidclose()voidwriteNextZipEntry(ZipArchiveOutputStream target)-
-
Constructor Detail
-
ScatterZipOutputStream.ZipEntryWriter
ScatterZipOutputStream.ZipEntryWriter(ScatterZipOutputStream scatter)
-
-
Method Detail
-
close
void close()
-
writeNextZipEntry
void writeNextZipEntry(ZipArchiveOutputStream target)
-
-
-
-