public class ZipModelWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
ZipModelWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addZipFile(ZipOutputStream zos,
ZipFile file) |
protected void |
addZipFolder(ZipOutputStream zos,
ZipFolder folder) |
protected void |
addZipItem(ZipOutputStream zos,
ZipItem item) |
File |
writeItem(ZipItem item) |
public File writeItem(ZipItem item) throws IOException
IOExceptionprotected void addZipItem(ZipOutputStream zos, ZipItem item) throws IOException
IOExceptionprotected void addZipFolder(ZipOutputStream zos, ZipFolder folder) throws IOException
IOExceptionprotected void addZipFile(ZipOutputStream zos, ZipFile file) throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.