|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.export.zip.AbstractZip
public abstract class AbstractZip
| Field Summary | |
|---|---|
protected java.util.List |
exportZipEntries
|
| Constructor Summary | |
|---|---|
AbstractZip()
|
|
| Method Summary | |
|---|---|
void |
addEntry(ExportZipEntry entry)
|
abstract ExportZipEntry |
createEntry(java.lang.String name)
|
void |
dispose()
|
void |
zipEntries(java.io.OutputStream os)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List exportZipEntries
| Constructor Detail |
|---|
public AbstractZip()
| Method Detail |
|---|
public abstract ExportZipEntry createEntry(java.lang.String name)
public void addEntry(ExportZipEntry entry)
public void zipEntries(java.io.OutputStream os)
throws java.io.IOException
java.io.IOExceptionpublic void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||