private static final class Processor.ZipEntryElement extends java.lang.Object implements Processor.EntryElement
| Modifier and Type | Field and Description |
|---|---|
private java.util.zip.ZipOutputStream |
zos |
| Constructor and Description |
|---|
ZipEntryElement(java.util.zip.ZipOutputStream zos) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeEntry() |
java.io.OutputStream |
openEntry(java.lang.String name) |
public java.io.OutputStream openEntry(java.lang.String name)
throws java.io.IOException
openEntry in interface Processor.EntryElementjava.io.IOExceptionpublic void closeEntry()
throws java.io.IOException
closeEntry in interface Processor.EntryElementjava.io.IOException