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