net.sf.jasperreports.engine.export.zip
Class AbstractZip
java.lang.Object
net.sf.jasperreports.engine.export.zip.AbstractZip
- Direct Known Subclasses:
- FileBufferedZip, OasisZip
public abstract class AbstractZip
- extends Object
- Version:
- $Id: AbstractZip.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exportZipEntries
protected List<ExportZipEntry> exportZipEntries
AbstractZip
public AbstractZip()
createEntry
public abstract ExportZipEntry createEntry(String name)
addEntry
public void addEntry(ExportZipEntry entry)
zipEntries
public void zipEntries(OutputStream os)
throws IOException
- Throws:
IOException
dispose
public void dispose()
Copyright © 2012. All Rights Reserved.